EFlowDirection

Widgets may need to flow left or right depending upon the current culture/localization that's active.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/FlowDirection.h"

Syntax

enum EFlowDirection
{
    LeftToRight,
    RightToLeft,
}

Values

Name

Description

LeftToRight

Desires content flows using a LTR layout

RightToLeft

Desires content flows using a RTL layout

Remarks

Widgets may need to flow left or right depending upon the current culture/localization that's active. This enum is used to request a specific 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