EHorizontalAlignment

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss