Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
what I want specificly is to batch delete RTPCs

ak.wwise.core.object.delete seems to only work on sound objects and buses(I get an error message saying "can't delete object" when trying to delete RTPCs)

I have tried 2 other methods:

1.Using "ak.wwise.core.object.set" to set @RTPC to an empty array, this doesn't work because it seems to only append to the RTPC array, not overwrite it

2.Using "ak.wwise.core.object.setProperty" to set the RTPC property to an empty array, but this keeps raising an error "property doesn't exist on the object"
in General Discussion by (100 points)

Please sign-in or register to answer this question.

...