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.


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