Navigation
API > API/Runtime > API/Runtime/SlateCore
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.
| Name | EFlowDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/FlowDirection.h |
| Include Path | #include "Layout/FlowDirection.h" |
Syntax
enum EFlowDirection
{
LeftToRight,
RightToLeft,
}
Values
| Name | Remarks |
|---|---|
| LeftToRight | Desires content flows using a LTR layout |
| RightToLeft | Desires content flows using a RTL layout |