Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SWindowTitleBar
Description
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.
| Name | MakeTitleBarContentWidgets |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h |
| Include Path | #include "Framework/Application/SWindowTitleBar.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SWindowTitleBar.cpp |
virtual void MakeTitleBarContentWidgets
(
TSharedPtr < SWidget > & OutLeftContent,
TSharedPtr < SWidget > & OutRightContent
)