Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include |
#include "Types/SlateEnums.h" |
enum EVerticalAlignment
{
VAlign_Fill,
VAlign_Top,
VAlign_Center,
VAlign_Bottom,
}
Name |
Description |
---|---|
VAlign_Fill |
Fill the entire height. |
VAlign_Top |
Top-align. |
VAlign_Center |
Center-align. |
VAlign_Bottom |
Bottom-align. |
Enumerates vertical alignment options, i.e. for widget slots.