Navigation
API > API/Runtime > API/Runtime/SlateCore
Interface for window title bars.
| Name | IWindowTitleBar |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
Syntax
class IWindowTitleBar
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Flash() |
Application/SlateApplicationBase.h | ||
void SetAllowMenuBar
(
bool bInAllowMenuBar |
Application/SlateApplicationBase.h | ||
void UpdateBackgroundContent
(
TSharedPtr< SWidget > BackgroundContent |
Application/SlateApplicationBase.h | ||
void UpdateWindowMenu
(
TSharedPtr< SWidget > MenuContent |
Application/SlateApplicationBase.h |