Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
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. |