Version

menu_open
Wwise SDK 2019.2.15
Copy an object to the given parent

Copies the object specified by the "object" ID and makes that copy a child of "parent". The object is renamed if "parent" already contains a child with the same name.

Function URI

ak.wwise.core.object.copy

Arguments

{
"object": "{A076AA65-B71A-45BB-8841-5A20C52CE727}",
"parent": "{66666666-7777-8888-9999-AAAAAAAAAAAA}",
"onNameConflict": "rename"
}

Result

{
"id": "{AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE}",
"name": "new_object_name",
"type": "Sound",
"path": "\\Actor-Mixer Hierarchy\\Default Work Unit\\Sound1",
"shortId": 1234
}

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