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
How can I get any information about switch that was used in switch container using WWISE API?

I did not find any suitable properties in SwitchContainer desc or in it's children.
in General Discussion by Alexandr K. (150 points)

1 Answer

+1 vote
Hey,
This is what you need to call to query your switch container:
AK::SoundEngine::Query::GetSwitch

Hope this answers your question!
by Deepak Chennakkadan (1.8k points)
...