Version

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

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "Array of RTPCs.",
"items": {
"type": "object",
"description": "A 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, Enveloppe 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, Enveloppe 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, Enveloppe or MIDI Parameter at the cursor time."
}
},
"additionalProperties": false
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise