EHorizontalAlignment

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