Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2023.1.4.8496 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
Wwise SDK 2023.1.4
Gets information for an RTPC

Uses the property/reference accessor @ to get the "PropertyName" property and the "ControlInput" and "Curve" references of an RTPC.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "\"{67A2C1B5-4FBF-4938-A86C-4AEE7E84822A}\""
}

Options

{
"return": [
"type",
"path",
"@PropertyName",
"@ControlInput",
"@Curve"
]
}

Result

{
"return": [
{
"@ControlInput": {
"id": "{4CCB066B-FB7D-4894-9D07-1C42D28E3256}",
"name": "Modulator Time (Custom)"
},
"@Curve": {
"id": "{AFECA9AF-21D9-4CC0-81E4-19A7264934EF}",
"points": [
{
"shape": "Linear",
"x": 0,
"y": -40
},
{
"shape": "Linear",
"x": 0.138,
"y": 114
},
{
"shape": "Linear",
"x": 0.40673,
"y": -148
},
{
"shape": "Linear",
"x": 0.77829,
"y": 162
},
{
"shape": "Linear",
"x": 1,
"y": -71
}
]
},
"@PropertyName": "MidiVelocityOffset",
"path": "\\Actor-Mixer Hierarchy\\Default Work Unit\\RTPC_TEST\\[RTPC: Velocity Offset, Modulator Time (Custom)]",
"type": "RTPC"
}
]
}

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


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