Version

menu_open
Wwise SDK 2018.1.11
ak.wwise.core.project.saved


Sent when the project has been saved.

Supported by

Graphical User Interface.

Publications Format

Name Type Description
modifiedPaths * array Array of absolute paths to the Work Unit and Project files that were modified.

(Required *)

Publications Format Details


modifiedPaths

type : array
description : Array of absolute paths to the Work Unit and Project files that were modified.

publishSchema / modifiedPaths / ...

items

type : string



Detailed JSON Schema


Options :

{
"type": "object",
"properties": {},
"additionalProperties": false
}


Publication schema :

{
"type": "object",
"properties": {
"modifiedPaths": {
"type": "array",
"description": "Array of absolute paths to the Work Unit and Project files that were modified.",
"items": {
"type": "string"
}
}
},
"required": [
"modifiedPaths"
],
"additionalProperties": false
}

Document version : 1


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