Version

menu_open
Wwise SDK 2023.1.3
Setting an effect plug-in

Sets the effects of a Sound to a newly created Custom RoomVerb Effect plug-in.

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit\\MySound",
"@Effects": [
{
"type": "EffectSlot",
"name": "",
"@Effect": {
"type": "Effect",
"name": "myCustomEffect",
"classId": 7733251,
"@PreDelay": 24,
"@RoomShape": 99
}
}
]
}
]
}

Options

{}

Result

{
"objects": [
{
"id": "{5BA74442-2DEC-4370-AD70-97FC17EBF05D}",
"name": "MySound",
"@Effects": [
{
"id": "{3891F5A9-6DB9-4C26-A84C-03E93121DD76}",
"name": "",
"@Effect": {
"id": "{5B759989-53F7-4355-944D-C2C604927D18}",
"name": "myCustomEffect"
}
}
]
}
]
}

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