Version

menu_open
Wwise SDK 2019.2.15
Gets 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

{
"from": {
"ofType": [
"Project"
]
}
}

Options

{
"return": [
"name",
"filePath",
"workunit:isDirty"
]
}

Result

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

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise