Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

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.
...