menu
 

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.

+1 vote
Method FAkAudioDevice::Get() checks whether AkAudio module is loaded, and then if is loaded, tries to load it again(?!). This is a problem, since this method is called in AkComponent's tick.

It seems to me that heavy 'FModuleManager::LoadModulePtr<FAkAudioModule>(AkAudioName)' should be replaced with 'FModuleManager::GetModulePtr<FAkAudioModule>(AkAudioName)'.
in General Discussion by Ali J. (110 points)

1 Answer

0 votes
Hello Ali, thanks for your message ! This is a known issue on our end and it is tracked with number WG-34907. It will be fixed in 2017.1.3 version of the Wwise UE4 plug-in.
by Noemie P. (Audiokinetic) (12.9k points)
...