FSlateApplicationBase::MakeWindowTitleBar

Creates a title bar for the specified window.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::MakeWindowTitleBar()

FSlateApplication::MakeWindowTitleBar()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Syntax

TSharedRef< SWidget > MakeWindowTitleBar
(
    const FWindowTitleBarArgs & InArgs,
    TSharedPtr< IWindowTitleBar > & OutTitleBar
) const

Remarks

Creates a title bar for the specified window.

Returns

The new title bar widget.

Parameters

Parameter

Description

InArgs

The creation arguments for the titlebar

OutTitleBar

Will hold a pointer to the title bar's interface.

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