Version

menu_open
Wwise SDK 2022.1.11
ak.wwise.core.profiler.getGameObjects Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"items": {
"type": "object",
"description": "The game object and its registration data.",
"properties": {
"id": {
"type": "integer",
"description": "The ID of the game object.\\n Unsigned Integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"name": {
"type": "string",
"description": "The name of the game object."
},
"registrationTime": {
"type": "integer",
"description": "The time at which the game object was registered.\\n Integer 32-bit.",
"minimum": -2147483648,
"maximum": 2147483647
},
"unregistrationTime": {
"type": "integer",
"description": "The time at which the game object was unregistered.\\n Integer 32-bit.",
"minimum": -2147483648,
"maximum": 2147483647
}
}
},
"description": "An array of objects containing game object data."
}
},
"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