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.

How do I find IsEventIDActive?

0 votes
I can't find the function 'IsEventIDActive' in my code.  I tried AkAudioDevice::IsEventIDActive but apparently AkAudioDevice doesn't exist.  What class (#include) does IsEventIDActive belong to?
asked Oct 21, 2022 in General Discussion by Oliver M. (100 points)

1 Answer

0 votes
Do you add module name "AkAudio" in your xxx.build.cs ?
answered Oct 26, 2022 by qingming g. (140 points)
Yeah, and it's okay I found it.  It's called FAkAudioDevice.
...