unreal.MovieSceneEvaluationType
¶
- class unreal.MovieSceneEvaluationType¶
Bases:
unreal.EnumBase
EMovie Scene Evaluation Type
C++ Source:
Module: MovieScene
File: MovieSceneFwd.h
- FRAME_LOCKED¶
Play the sequence frame-locked to its playback rate (snapped to the tick resolution - no sub-frames)
- Type
0
- WITH_SUB_FRAMES¶
Play the sequence in real-time, with sub-frame interpolation if necessary
- Type
1