Version

menu_open
Wwise SDK 2022.1.11
Getting the project name, path, and dirty state

Retrieves the project name, file path, and dirty state. Note that the project name is defined in the WPROJ MXL, and may not match the filename. For using WAAPI on Mac, please refer to Using WAAPI on Mac .

Function URI

ak.wwise.core.object.get

Arguments

{
"waql": "\"\\\""
}

Options

{
"return": [
"name",
"filePath",
"workunitIsDirty"
]
}

Result

{
"return": [
{
"filePath": "C:\\WwiseProjects\\MyProject\\MyProject.wproj",
"name": "MyProject",
"workunitIsDirty": true
}
]
}

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