FSlateApplication::MakeWindowTitleBar

Creates a title bar for the specified window.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::MakeWindowTitleBar()

FSlateApplication::MakeWindowTitleBar()

References

Module

Slate

Header

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

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

virtual 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