Version

menu_open
Wwise SDK 2021.1.14
Getting the properties and references of an object

Returns the voice volume and the output bus of an object.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "\"{24979032-B170-43E3-A2E4-469E0193E2C3}\""
}

Options

{
"return": [
"Volume",
"OutputBus"
]
}

Result

{
"return": [
{
"Volume": 2.3,
"OutputBus": {
"id": "{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}",
"name": "Master Audio Bus"
}
}
]
}

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