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 HotReload Issue

+1 vote
Recently I found the UE4 editor crashed after C++ hot reload, then I checked the dump file, it showed the exception come from AkAudioDevice::Get.

This function returns nullptr after hot reload because of FAkAudioModule::AkAudioModuleIntance is null and FModuleManager::LoadModulePtr<FAkAudioModule>(AkAudioName) does nothing.

FModuleManager::LoadModulePtr will not recreate a new FAkAudioModule.

Is it a bug? Please help.
asked Dec 27, 2018 in General Discussion by Feifei C. (110 points)

1 Answer

0 votes
+1 same issue
answered Nov 26, 2020 by Ma Q. (160 points)
...