Version
Wwise Unreal Integration Documentation
|
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.
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.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise