Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Types
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include | #include "Types/SlateEnums.h" |
Syntax
enum EHorizontalAlignment
{
HAlign_Fill,
HAlign_Left,
HAlign_Center,
HAlign_Right,
}
Values
Name | Description |
---|---|
HAlign_Fill | Fill the entire width. |
HAlign_Left | Left-align. |
HAlign_Center | Center-align. |
HAlign_Right | Right-align. |
Remarks
Enumerates horizontal alignment options, i.e. for widget slots.