EUMGSequencePlayMode::Type

Describes playback modes for UMG sequences.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h

Include

#include "Blueprint/UserWidget.h"

Syntax

namespace EUMGSequencePlayMode
{
    enum Type
    {
        Forward,
        Reverse,
        PingPong,
    }
}

Values

Name

Description

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.

Remarks

Describes playback modes for UMG sequences.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss