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.

Setting custom state transition time from code

+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).
asked Jan 30, 2014 in General Discussion by Mikhail P. (210 points)
edited Feb 5, 2014 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.
answered Feb 5, 2014 by Bernard R. (Audiokinetic) (35,110 points)
...