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.

Is platform unlink/link through Waapi possible?

0 votes

I am creating a custom command in Wwise which is supposed to set the value of a property on Switch only.

I am using waapi call ak.wwise.core.object.setProperty.

This call allows you to specify a "platform" argument to set the value of unlink properties.
However, when used with linked properties, although the platform argument is specified, the value is set to all the platform.
Is there a way to unlink a property through waapi so that then I can use the call to set the value for a specific platform only?  
It would be nice if the call would actually unlink the property if the platform is specified...

asked Feb 4, 2022 in Feature Requests by Cosimo R. (140 points)
recategorized Feb 4, 2022 by Samuel L. (Audiokinetic)

1 Answer

+1 vote
 
Best answer
It is currently not possible to change the Linked/Unlinked state of a property at the moment.
The platform argument allows to assign a value that has the given platform already unlinked, otherwise it will modify the linked value.

We have a ticket tracking a feature request regarding link/unlink through WAAPI, I will add your suggestion to also support it through setProperty to it.
answered Feb 4, 2022 by Samuel L. (Audiokinetic) (23,220 points)
selected Feb 8, 2022 by Cosimo R.
Any update on this?
...