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, I'm trying to add a 3D Emitter in UE4. I've created a 3d loop in Wwise with a corresponding Event. Then I've dragged the Event to UE4, created an AKAudio Blueprint Class and specified which Event should be played. The Event plays in its UE folder without any issues. To create an Emitter I've added an empty Actor to the Level and added AkComponent to the Actor, adjusted attenuation but when I play the level nothing happens. I don't know what I'm doing wrong or not doing at all. Any help would be much appreciated, thanks.
in General Discussion by Agatha M. (100 points)

1 Answer

0 votes
The only thing that you may have left out is that you have to go into the level blue print and make sure to start all at ambiences upon level start. There should be an ak event for that.

-Jeff
by Jeff Brilhante (280 points)
Thanks Jeff :) I've tried doing that but the emitter plays along the standard level ambience with no attenuation option. So far I've followed logic from Unity but with no real results.
...