Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplication.h |
Include | #include "GenericPlatform/GenericApplication.h" |
Syntax
namespace EWindowTitleAlignment
{
enum Type
&123;
Left,
Center,
Right,
&125;
}
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.