Version

menu_open
Wwise SDK 2019.2.15
Gets 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

{
"from": {
"path": [
"\\Actor-Mixer Hierarchy"
]
},
"transform": [
{
"select": [
"descendants"
]
},
{
"where": [
"name:matches",
"^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.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise