menu
 

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

0 투표
I asked a previous question on Event updating within UE4 and Wwise. it turned out that Auto loading of Wwise banks was turned off in Unreal. Would this technically make it impossible to preview the Audiokinetic Event in UE4 within the Editor (in other words, not playing a map)? If so it would be really nice to know how to temporarily turn on this feature for testing purposes.

 Also would be nice if the output error on finding no bank available or loaded would give a message to that extent. Instead I get 'Event ID not found' messages via the Output window in Unreal and the Event doesn't play. Since a number of things can presumably result in Event ID Not found messages, it makes it difficult to know what the problem is exactly.
General Discussion Scott L. (100 포인트) 로 부터

1 답변

0 투표
The auto-load option is a property of the AkAudioBank. In the Content Browser, double-click a AkAudioBank to show its properties. The auto-load option should be there. Make sure it is selected.

After bank generation, the UE integration should reload any SoundBank that has its auto-load checkbox selected.

As for the error message, Wwise does tell you when it can't find the SoundBank. This is done when you attempt to load the SoundBank. If it is already loaded, but the loaded bank does not contain your event, the error message will be that the event ID is not found. In your case, what probably happened is that your SoundBank was already loaded, and then you added an event to it, and re-generated it. However, its auto-load was off, so it was not reloaded, and when you attempted to post the event, it could not find it in the loaded bank.
Benoit S. (Audiokinetic) (16.0k 포인트) 로 부터
...