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.

Playing AKEvents in the UE4 editor content browser stops working after PIE session in VR

0 votes

I'm working on a VR project in UE4.

Normally playing AKEvents from the UE4 content browser works, but after playing a level in PIE in VR sometimes playing goes silent.

I'm also seeing this in some simple C++ code that plays in the UE4, I tried something simple:

Result = AKDevice->PostEventAtLocation(Event->GetName(), FVector::ZeroVector,FRotator::ZeroRotator, GWorld);

and Result is not AK_INVALID_PLAYING_ID, it's just that when I first launch the UE4 editor I hear the sound, and that after I've played a level in VR I don't hear the sound.

There is a single member in the AKDevice's defaultListeners set and it seems valid.

 

Does anyone have any idea what is going on, or what I can do to work round the issue?

 

asked Jul 11, 2018 in General Discussion by Thomas B. (100 points)

Please sign-in or register to answer this question.

...