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.

Problem with casting to UAkMarkerCallbackInfo in Unreal Engine 4

+1 vote
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.
asked Jul 30, 2019 in General Discussion by Tumi G. (110 points)

1 Answer

0 votes
I am currently looking for the same answer, I noticed it pops the same error whenever you cast this to child class of UAkEventCallbackInfo.
answered Sep 18, 2022 by omnisepher (190 points)
...