unreal.UMGSequencePlayMode

class unreal.UMGSequencePlayMode

Bases: EnumBase

Describes playback modes for UMG sequences.

C++ Source:

  • Module: UMG

  • File: UserWidget.h

FORWARD: UMGSequencePlayMode

Animation plays and loops from the beginning to the end.

Type:

0

PING_PONG: UMGSequencePlayMode

Animation plays from the beginning to the end and then from the end to the beginning.

Type:

2

REVERSE: UMGSequencePlayMode

Animation plays and loops from the end to the beginning.

Type:

1