Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

FAkAudioDevice::Get() is inefficient in UE4

+1 투표
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)'.
문의 2017 10월 13 General Discussion Ali J. (110 포인트) 로 부터

1 답변

0 투표
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.
답변 2017 10월 18 Fabien B. (Audiokinetic) (12,860 포인트) 로 부터
...