バージョン

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 Wwise Authoring API (WAAPI)を使用する for more information about Wwise Authoring API.


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう