EVerticalAlignment

Enumerates vertical alignment options, i.e. for widget slots.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

enum EVerticalAlignment
{
    VAlign_Fill,
    VAlign_Top,
    VAlign_Center,
    VAlign_Bottom,
}

Values

Name

Description

VAlign_Fill

Fill the entire height.

VAlign_Top

Top-align.

VAlign_Center

Center-align.

VAlign_Bottom

Bottom-align.

Remarks

Enumerates vertical alignment options, i.e. for widget slots.