EWindowTitleAlignment::Type

Enumerates available horizontal alignments for window title bars.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplication.h

Include

#include "GenericPlatform/GenericApplication.h"

Syntax

namespace EWindowTitleAlignment
{
    enum Type
    {
        Left,
        Center,
        Right,
    }
}

Values

Name

Description

Left

The window title should be aligned to the left.

Center

The window title should be centered within the title bar.

Right

The window title should be aligned to the right.

Remarks

Enumerates available horizontal alignments for window title bars.

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