Version
menu
|
Wwise Unreal Integration Documentation
|
This topic contains tips and recommendations to help you debug your Wwise Unreal Integration projects.
Each module in the Integration has an independent log verbosity level. Log, Warning, and Error messages appear when something is wrong in most cases. If an error occurs, you can find which module produced the error and set the verbosity of that module's logs to Verbose or VeryVerbose to better understand why the error occurred. For example, Verbose or VeryVerbose can be helpful to diagnose asset loading and packaging problems.
You can change the verbosity level of each module in the Core.Log section of the DefaultEngine.ini file. A special logging category called LogWwiseHints is enabled by default across all modules, which warns about using deprecated functions and other bad habits.
The following verbosity levels are possible:
In the following example, you can see the verbosity level associated with each module:
For more information about setting log verbosity and verbosity levels, see Logging in Unreal and ELogVerbosity::Type.
If you have issues with memory usage and performance, you can use the Stats in the low-level Wwise constructs to troubleshoot. Use the Unreal Frontend to start a profiling session, or use the Stats menu to enable real-time visualization of the available statistics. For example, the WwiseFileHandler stats have information about all currently loaded assets.
The Integration includes the following Stats:
To access this information, select the Stats that interest you in the Unreal Viewport options.
For more information about Stats, see Stat Commands.
The GeneratedSoundBanks folder is usually relative to the project root. When using the editor with the -Game option, you might need to set the working directory to the same folder as the root that contains your .uproject file.
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