unreal.MovieSceneSequencePlaybackParams
¶
- class unreal.MovieSceneSequencePlaybackParams(frame=[[0], 0.0], time=0.0, marked_frame='', position_type=MovieScenePositionType.FRAME, update_method=UpdatePositionMethod.PLAY)¶
Bases:
unreal.StructBase
Movie Scene Sequence Playback Params
C++ Source:
Module: MovieScene
File: MovieSceneSequencePlayer.h
Editor Properties: (see get_editor_property/set_editor_property)
frame
(FrameTime): [Read-Write] Framemarked_frame
(str): [Read-Write] Marked Frameposition_type
(MovieScenePositionType): [Read-Write] Position Typetime
(float): [Read-Write] Timeupdate_method
(UpdatePositionMethod): [Read-Write] Update Method
- property position_type¶
[Read-Write] Position Type
- Type
- property update_method¶
[Read-Write] Update Method
- Type