Wwise Marker Callback -> Communication between static callback and something with a tick.

Hey there,

we are currently working with Wwise and for the implementation of a subtitle system, I need marker callbacks from Wwise to get information about markers and end of sound events.

For that I need a static callback function, where I get the event type and other information. Inside that function, I want to set some information elsewhere (a bool, telling me if I received an event and a struct containing the event information)

My problem is:

How do I get that information to somewhere I have a tick to check the bool?

Thanks in advance!

Did you solved your problem? Cause I’ve got the same now.