Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2024.1.1.8691 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
Wwise SDK 2024.1.1
ak.wwise.debug.getWalTree Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"description": "Result returned by the dump of WAL",
"type": "object",
"properties": {
"nodes": {
"type": "object",
"description": "Nodes in the WALTree",
"additionalProperties": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the node"
},
"id": {
"type": "number",
"description": "Short ID of the node"
},
"type": {
"type": "string",
"description": "Type of the node"
}
},
"required": [
"name",
"id",
"type"
]
}
}
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise