Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | EFlowDirectionPreference |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/FlowDirection.h |
| Include Path | #include "Layout/FlowDirection.h" |
Syntax
enum EFlowDirectionPreference
{
Inherit,
Culture,
LeftToRight,
RightToLeft,
}
Values
| Name | Remarks |
|---|---|
| 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. |