Version

menu_open
Wwise SDK 2022.1.12
Searching objects of a certain type

Retrieves the id, name and notes of objects with "Tone" in their text properties and filters the results to retrieve only those of type "Sound". Refer to Wwise Objects Reference for the types available.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "from search \"Tone\" where type = \"Sound\""
}

Options

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

Result

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

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