Navigation
API > API/Plugins > API/Plugins/USDSchemas > API/Plugins/USDSchemas/FUsdSchemaTranslationContext
Syntax
bool bSequencerIsAnimating
Remarks
True if the Sequencer is currently opened and animating the stage level sequence. Its relevant to know this because some translator ::UpdateComponents overloads may try to animate their components by themselves, which could be wasteful and glitchy in case the sequencer is opened: It will likely also have an animation track for that component and on next editor tick would override the animation with what is sampled from the track. In the future we'll likely get rid of the "Time" track on the generated LevelSequence, at which point we can remove this