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 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.