Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAppIconWidget
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h |
| Include | #include "Framework/Application/SWindowTitleBar.h" |
Syntax
class SAppIconWidget : public SCompoundWidget
Remarks
Widget that represents the app icon + system menu button, usually drawn in the top left of a Windows app
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | SetIcon
(
const FSlateBrush* InIcon, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| EWindowZone::Type | Called when the mouse is moved over the widget's window, to determine if we should report whether OS-specific features should be active at this location (such as a title bar grip, system menu, etc.) Usually you should not need to override this function. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |