Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes

Hi there,

I'm trying to set up a volumetric mesh emitter as outlined in this blog post, but I can't get it to work as it should.

Here's what I've done so far in my level:

  •     I'm using the bp_ac_AkVolumetricStaticMeshEmitter blueprint.
  •     I've created the mesh that I want to use as the emitter.
  •     I've set up an RTPC in Wwise using the built-in Distance parameter to use for the Area Fade.
  •     I've set up a stateset in Wwise to be used for inside and outside the emitter.

However, when I run the game with the debug switch toggled, you can see that the emitter is always attached to the character and not the mesh.  Also, even when I go inside the mesh, "Is Inside?" always says "False".  So there's definitely something that I've not set up properly in my test level.

Any help would be greatly appreciated!

Thanks in advance,

Scott

 

in General Discussion by Scott S. (120 points)

1 Answer

0 votes

Hi Scott, 2 things come to mind

1) If you created the mesh youself, did you add a collider to it? Otherwise the function that finds the closest point on collision won't have any data to match from. You can check for collision in the Unreal mesh editor.

2) When using the AkVolumetricStaticMeshEmitter, one limitation that I ran in to was that collision wouldn't work properly for certain types of 3d meshes if they weren't scaled uniformly (1;1;1). I don't know why that is. It works best with simple shapes as cylinders, cubes and spheres (the meshes that are part of the engine content).

by Troels N. (170 points)
...