FSlateApplicationBase::MakeWindowTitleBar

Creates a title bar for the specified window.

Choose your operating system:

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.