Version

menu_open
Wwise SDK 2022.1.12
ak.wwise.core.object.getTypes Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "An array of all Wwise object types.",
"items": {
"type": "object",
"description": "A Wwise object type. Refer to \\ref wobjects_index .",
"properties": {
"classId": {
"type": "integer",
"description": "The ID (class ID) of the object.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"name": {
"type": "string",
"description": "The name of the object."
},
"type": {
"type": "string",
"description": "The type of the object. Refer to \\ref wobjects_index for more information on the types available."
}
},
"additionalProperties": false
}
}
},
"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