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.

+1 vote
Is it any possibility to set a transition time for certain state directly from game code?  

For example, we want to perform a state transition during the level loading (duration which varies from time to time).
in General Discussion by Mikhail P. (210 points)
edited by Bernard R. (Audiokinetic)

1 Answer

0 votes
Unfortunately, no, you can't.

The only way to specify a transition time in the game code is by using the API function ExecuteActionOnEvent.  With this function, you can Stop, Pause, Resume and Break on existing event actions.
by Bernard R. (Audiokinetic) (35.8k points)
...