SWindowTitleBar::MakeTitleBarContent

Creates the title bar's content.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h

Include

#include "Framework/Application/SWindowTitleBar.h"

Syntax

TSharedRef< SWidget > MakeTitleBarContent
(
    TSharedPtr< SWidget > CenterContent,
    EHorizontalAlignment CenterContentAlignment
)

Remarks

Creates the title bar's content.

Returns

The content widget.

Parameters

Parameter

Description

CenterContent

The content for the title bar's center area.

CenterContentAlignment

The horizontal alignment of the center content.

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