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

+1 투표

Now I have integrated Wwise into my UE4 project, which is using C++. I've added "AkAudio" to PublicDependencyModuleNames in my build.cs file, and the project can be built normally.  At first I've been using Wwise normally, but every time after I rebuild my C++ project, Wwise will not work until I restart the UE4 editor. The log says "LogAkAudio: Error: Unknown listener game object ID. Make sure the game object is registered before using it and do not use it once it was unregistered." when I enter my level after rebuilding. I tried to recompile some of my blueprints, but after that Wwise could go on working as usual. What's more, every time I restart my UE4 editor after rebuilding my project, it displays that the module "UE4Editor-AudiokineticTools.dll" is missing or built with a different engine version and needs to be rebuilt.

What can I do?

I'm using UE 4.19.2, Visual Studio 2017, Wwise 2018.1.0.6714 and Wwise Integration 2018.1.0.6714.1065

Thanks a lot.

General Discussion ltndkl A. (110 포인트) 로 부터
Anyone?
Having the same issues.
Using live coding can resolve that, but it also brings other problems like you can't add new C++ classes while using live coding.

Please sign-in or register to answer this question.

...