Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2023.1.6.8555 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
Wwise SDK 2023.1.6
ak.wwise.ui.project.open Arguments Schema

Schema

{
"type": "object",
"properties": {
"path": {
"type": "string",
"pattern": "\\.wproj$",
"description": "The path to the project WPROJ file. For using WAAPI on Mac, please refer to \\ref waapi_path_on_mac ."
},
"onUpgrade": {
"type": "string",
"enum": [
"migrate",
"fail"
],
"description": "(DEPRECATED) The action to be executed when opening a project that needs to be upgraded. Note, this is deprecated. Please use onMigrationRequired instead."
},
"onMigrationRequired": {
"type": "string",
"enum": [
"migrate",
"fail"
],
"description": "The action to be executed when opening a project that needs to be migrated."
},
"bypassSave": {
"type": "boolean",
"description": "Indicates if the user should not be prompted to save the current project. Defaults to true."
},
"autoCheckOutToSourceControl": {
"type": "boolean",
"description": "Determines if Wwise automatically performs a Checkout source control operation for affected work units and for the project. Defaults to true."
}
},
"required": [
"path"
],
"additionalProperties": false
}

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