Version

menu_open
Wwise SDK 2024.1.0
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