Version

menu_open
Wwise SDK 2021.1.14
Getting the descendant objects matching a filter

From all the descendants in the Actor-Mixer Hierarchy, return the objects whose names start with 'My'. This uses the regular expression '^My'.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "\"\\Actor-Mixer Hierarchy\" select descendants where name = /^My/"
}

Options

{
"return": [
"name"
]
}

Result

{
"return": [
{
"name": "MySound"
},
{
"name": "MyRandomContainer"
}
]
}

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