EFlowDirectionPreference

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/FlowDirection.h

Include

#include "Layout/FlowDirection.h"

Syntax

enum EFlowDirectionPreference
{
    Inherit,
    Culture,
    LeftToRight,
    RightToLeft,
}

Values

Name

Description

Inherit

Inherits the flow direction set by the parent widget.

Culture

Begins laying out widgets using the current cultures layout direction preference, flipping the directionality of flows.

LeftToRight

Forces a Left to Right layout flow.

RightToLeft

Forces a Right to Left layout flow.

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