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.

[UE4] FMOD to Wwise - Play simple, flat 2D sound

0 votes

Hi all,

I'm trying to integrate Wwise Plugin into an Unreal Project (UE 4.21).
I was usign FMOD in my project and with this simple line of code: 

UFMODBlueprintStatics::PlayEvent2D(this, StartButtonSoundFMOD, true);

I was able to play a sound.
My question is: is there an equivalent in Wwise? I need a simple way to play some simple sfx like for example UI Sfx.

Thanks for your support.

Best regards,
Andrea

asked Mar 6, 2019 in General Discussion by Andrea R. (270 points)

1 Answer

0 votes

Under the Positioning Tab in the Actor-Mixer Property Editor, set 3D Spatialization to None. When that is set to None, panning is determined by the Speaker Panning settings in the same tab. For more info, Positioning Tab: Audio and Auxiliary Busses is a good resource.

answered Mar 7, 2019 by Ian S. (2,060 points)
...