EAnimation

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h

Include

#include "Widgets/Images/SThrobber.h"

Syntax

enum EAnimation
{
    Vertical              = 0x1 << 0,
    Horizontal            = 0x1 << 1,
    Opacity               = 0x1 << 2,
    VerticalAndOpacity    = Vertical | Opacity,
    All                   = Vertical | Horizontal | Opacity,
    None                  = 0x0,
}

Values

Name

Description

Vertical

Horizontal

Opacity

VerticalAndOpacity

All

None

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