menu
バージョン
2022.1.18.8567
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
Wwise Unreal Integration Documentation
|
The Soundbanks are generated at the Root Output Path specified your Wwise Project Settings.
If you are migrating a project that uses the Legacy workflow, make sure the platform-specific SoundBank Paths do not point to locations within the Unreal project's Content folder.
By default, the Unreal Engine does not use the debug C Runtime Libraries, but Wwise uses them. デバッグビルドをするとリンクエラーが発生してしまいます。This is why the Wwise Unreal integration uses the profile libraries. If you want to link to the debug Wwise libraries, set the bDebugBuildsActuallyUseDebugCRT
variable to true
in the following file: <UE_ROOT>/Engine/Source/Programs/UnrealBuildTool/Configuration/BuildConfiguration.cs
.
Event ID not found: <id>
といったエラーが表示される場合、「Tree Shaking」が原因でWwise Unrealアセットがパッケージから除外されたと考えられます。詳細は Packaging Requirements を参照してください。
Previously, an AkBank asset loaded a certain number of UObjects, including the associated Events and Media. In the Wwise Unreal Integration 2022.1 and higher, even after a User-defined SoundBank is loaded, the UAkAudioEvent asset retrieves the associated data and determines exactly what it needs to correctly load, unload, prepare and unprepare Media, manage streamed files or External Sources, load Switch Containers, and so on.
Using the UAkAudioEvent asset or the LoadData function ensures that the required resources (.bnk and .wem files) are loaded. Refer to the Wwise Unreal Assets page, and the documentation section on Understanding the Wwise Unreal Integration Modules for more details.
Note that the following SoundBank Blueprint Functions were removed in 2022.1: