Version

menu_open
Wwise SDK 2021.1.14
Searching objects by text

Search objects with 'gun' in the name.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "from search \"gun\""
}

Options

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

Result

{
"return": [
{
"id": "{8237B143-A4F0-4B01-8C7B-FFC53A888271}",
"name": "Big Gun"
},
{
"id": "{508A9810-5C76-4CF7-B9BB-D6AE396F973B}",
"name": "Small Gun"
}
]
}

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