UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EUMGSequencePlayMode Namespace Reference

Enumerations

enum  Type : int { Forward , Reverse , PingPong }
 

Detailed Description

Describes playback modes for UMG sequences.

Enumeration Type Documentation

◆ Type

Enumerator
Forward 

Animation plays and loops from the beginning to the end.

Reverse 

Animation plays and loops from the end to the beginning.

PingPong 

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