Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14
Adding a Custom Cue to an existing Music Segment

Creates a Custom Cue inside an existing Music Segment with the specified name and time in milliseconds.

Function URI

ak.wwise.core.object.create

Arguments

{
"name": "My Music Cue",
"parent": "\\Interactive Music Hierarchy\\Default Work Unit\\My Segment",
"type": "MusicCue",
"list": "Cues",
"@TimeMs": 1200,
"@CueType": 2
}

Result

{
"id": "{1629938A-24F7-451F-B01F-49F448CED8FF}",
"name": "My Music Cue"
}

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