unreal.UMGSequencePlayMode¶
- class unreal.UMGSequencePlayMode¶
Bases:
EnumBaseDescribes playback modes for UMG sequences.
C++ Source:
Module: UMG
File: UMGSequencePlayMode.h
- FORWARD: UMGSequencePlayMode = Ellipsis¶
Animation plays and loops from the beginning to the end.
- Type:
0
- PING_PONG: UMGSequencePlayMode = Ellipsis¶
Animation plays from the beginning to the end and then from the end to the beginning.
- Type:
2
- REVERSE: UMGSequencePlayMode = Ellipsis¶
Animation plays and loops from the end to the beginning.
- Type:
1