Version

menu_open
Wwise SDK 2022.1.11
Getting all platforms

Retrieves the platform ids and names.

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "from type platform"
}

Options

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

Result

{
"return": [
{
"id": "{8237B143-A4F0-4B01-8C7B-FFC53A888271}",
"name": "Windows"
},
{
"id": "{508A9810-5C76-4CF7-B9BB-D6AE396F973B}",
"name": "iOS"
}
]
}

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