menu
版本
2016.2.6.6153
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
IMPORTANT: All settings related to the Wwise Integration can be found in the Unreal Project Settings, under the Wwise section of the plug-ins section.
<UE4_installation_directory>/Engine/Binaries/Win64
), as given by FPlatformProcess::BaseDir()
in the Unreal Engine.If these paths are not correctly set, Unreal will fail to generate the Wwise SoundBanks required for the game.
The SoundEngine initialization steps are performed in the FAkAudioDevice::EnsureInitialized()
method. In this method, the memory, streaming, IO, sound engine, platform, music engine, and communication settings can be configured. This is also where plug-ins can be registered. To use a licensed plug-in, uncomment the corresponding line of code right after the call to AK::SoundEngine::RegisterAllBuiltInPlugins()
.
For more information on SoundEngine initialization, refer to the Initialize the Different Modules of the Sound Engine section in the Wwise SDK documentation.