SWindowTitleBar::Construct

Creates and initializes a new window title bar widget.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Application/SWindowTitleBar.h"

Syntax

void Construct
(
    const FArguments & InArgs,
    const TSharedRef< SWindow > & InWindow,
    const TSharedPtr< SWidget > & InCenterContent,
    EHorizontalAlignment InCenterContentAlignment
)

Remarks

Creates and initializes a new window title bar widget.

Parameters

Parameter

Description

InArgs

The construction arguments.

InWindow

The window to create the title bar for.

InCenterContent

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