Version

menu_open
Wwise SDK 2021.1.14
Searching objects of a certain category

Retrieves the id and name of objects with "Tone" in their text properties and filters the results to retrieve only those within the category "Actor-Mixer Hierarchy".

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "from search \"Tone\" where category = \"Actor-Mixer Hierarchy\""
}

Options

{
"return": [
"id",
"name",
"notes"
]
}

Result

{
"return": [
{
"id": "{24979032-B170-43E3-A2E4-469E0193E2C3}",
"name": "Tone SFX"
},
{
"id": "{A076AA65-B71A-45BB-8841-5A20C52CE727}",
"name": "MyTone"
},
{
"id": "{72CB44BE-C699-4032-B615-EEFD0E707FFC}",
"name": "MyToneToMove"
}
]
}

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