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