SWindowTitleBar::MakeTitleBarContentWidgets

Creates widgets for this window's title bar area.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Application/SWindowTitleBar.h"

Syntax

virtual void MakeTitleBarContentWidgets
(
    TSharedPtr< SWidget > & OutLeftContent,
    TSharedPtr< SWidget > & OutRightContent
)

Remarks

Creates widgets for this window's title bar area.

This is an advanced method, only for fancy windows that want to override the look of the title area by arranging those widgets itself.

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