SAppIconWidget

Widget that represents the app icon + system menu button, usually drawn in the top left of a Windows app

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

Construct

(
    const FArguments& Args
)

Overridden from SWidget

Name Description

Public function Virtual Const

EWindowZone:...

 

GetWindowZoneOverride()

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

Name

Description

Public struct

FArguments

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