unreal.MovieSceneSequencePlayToParams
¶
- class unreal.MovieSceneSequencePlayToParams(exclusive: bool = False)¶
Bases:
StructBase
Movie Scene Sequence Play to Params
C++ Source:
Module: MovieScene
File: MovieSceneSequencePlayer.h
Editor Properties: (see get_editor_property/set_editor_property)
exclusive
(bool): [Read-Write] Should the PlayTo time be considered exclusive? Defaults to true as end frames in Sequencer are exclusive by default.