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

Problem with casting to UAkMarkerCallbackInfo in Unreal Engine 4

+1 투표
So I've been rewriting a lot of code after we integrated Wwise into our project and I hit a dead end once I tried implementing the marker functionality, the problem stems from trying to cast the UAkCallbackInfo* Parameter in the PostEvent Callback function (which looks like this void SomeFunction(EAkCallbackType Type, UAkCallbackInfo* Info)) to a UAkMarkerCallbackInfo* which just throws me an error.

After looking around the internet for a around a day I decided to give up on looking and decided to come here to hopefully get some answers on what I might be doing wrong.

the error is the following "unresolved external symbol "private: static class UClass * __cdecl UAkMarkerCallbackInfo::GetPrivateStaticClass(void)" (?GetPrivateStaticClass@UAkMarkerCallbackInfo@@CAPEAVUClass@@XZ)" and I can't seem to find any info on this specific scenario. Any help would be much appreciated.
문의 2019 7월 30 General Discussion Tumi G. (110 포인트) 로 부터

1 답변

0 투표
I am currently looking for the same answer, I noticed it pops the same error whenever you cast this to child class of UAkEventCallbackInfo.
답변 2022 9월 18 omnisepher (190 포인트) 로 부터
...