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.

0 votes
Hi, does anyone know how to disable the Wwise plugin on a dedicated server? (UE4 specific). The server shouldn't post any events.
However, when disabling the Wwise Unreal plugin every Blueprint using Wwise are unable to load events and it's not possible to package the build.

Any ideas on how to fix this?
in General Discussion by Troels N. (170 points)

1 Answer

0 votes
Wwise is not initialized on Dedicated Server by default so nothing to solve for you.
by Karel B. (610 points)
Thanks for your response.
The AKAudio Plugin is disabled on our dedicated server builds but during runtime any Blueprint that exist on the server that uses the plugin will give a run-time Error.
This is the error:
LogStreaming: Error: Missing Dependency, request for /Script/AkAudio.AkAudioEvent but it hasn't been created yet.

We use:
Unreal Engine 4.25
Wwise Plugin 2019.2.4.7329.1721
...