Version

menu_open
Wwise SDK 2019.2.15
Get all objects containing a sound object

Retrieves the id of objects with at least one child being a sound object. Duplicates are filtered out using the "distinct" transform.

Function URI

ak.wwise.core.object.get

Arguments

{
"from": {
"ofType": [
"Sound"
]
},
"transform": [
{
"select": [
"parent"
]
},
"distinct"
]
}

Options

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

Result

{
"return": [
{
"id": "{01181963-13CA-4946-B4C2-7A04BF727596}",
"name": "Folder0"
},
{
"id": "{F9912AA4-7835-4828-99E6-C327840EFE3D}",
"name": "Folder1"
}
]
}

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