menu
 

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

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...

in Feature Requests by Cosimo R. (140 points)
recategorized 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.
by Samuel L. (Audiokinetic) (23.6k points)
selected by Cosimo R.
Any update on this?
I would like to know if this is possible too on Wwise v2022.1.X.   There's a `ak.wwise.core.object.setLinked` function now on 2023, but was anything added to address this in v2022?
...