menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
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
|
info |
Note: This feature is only available when using Event-Based Packaging |
In the Wwise project settings, navigate to the External Sources tab. The Output Path needs to point to the Unreal project Sound Data Path, in a sub-folder named ExternalSources. Using the default integration settings, the path should be ../Content/WwiseAudio/ExternalSources
. Each platform must be placed in an individual sub-folder.
info |
Note: Changes made to the Sound Data folder in the integration settings will need to be reflected in the External Source settings in your Wwise project. |
If external source conversion is invoked manually, care must be taken to ensure that the files are output to the appropriate location. This allows the External Source Importer in Unreal to catch the converted WEM files and package them into Unreal Assets.
Here is an example of settings
To use external sources in Blueprint, use the Post Event node and expand it to reveal the External Sources input pin:
Use the External Sources input pin to make an array.
Use input pin 0 to make an AkExternalSourceInfo instance. Make sure to expand to get all available parameters.
The available parameters are:
External sources need to be converted in a specific folder (<soundbank path>/ExternalSources
), so an Unreal Factory can find them. You should use the Unreal Platform Name as the folder name for each platform. When new WEM files are found by the Content Browser in the ExternalSources folder, the Unreal Editor prompts you to import new assets. It is mandatory to accept the import. A factory then converts the WEM data from all platforms to a UAkExternalSourceMediaAsset.
You can reference the asset directly in blueprint when creating an AkExternalSourceInfo instance, instead of typing the file name. The external source can be either loaded to memory or streamed from disk. The Is Streamed parameter only works when referencing the asset (it is ignored when specifying the name). When using the file name parameter, the external source is always streamed from disk.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise