Version

menu_open
Wwise SDK 2022.1.12
ak.wwise.core.profiler.getRTPCs Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "Array of RTPCs.",
"items": {
"type": "object",
"description": "An RTPC associated with a playing voice. Use the return options to specify which property is required.",
"properties": {
"id": {
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "The ID (GUID) of the Game Parameter, LFO, Time, Envelope or MIDI Parameter object.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
},
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the Game Parameter, LFO, Time, Envelope or MIDI Parameter object.\\n The name of the object."
},
"gameObjectId": {
"type": "integer",
"description": "The Game Object associated with the RTPC scope, or AK_INVALID_GAME_OBJECT for global scope RTPCs.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"value": {
"type": "number",
"description": "The value of the Game Parameter, LFO, Time, Envelope or MIDI Parameter at the cursor time."
}
},
"additionalProperties": false
}
}
},
"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