Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
Include |
#include "Input/Events.h" |
class FWindowActivateEvent
FWindowActivateEvent describes a window being activated or deactivated. (i.e. brought to the foreground or moved to the background) This event is only passed to top level windows; most widgets are incapable of receiving this event.
Name | Description | |
---|---|---|
|
FWindowActivateEvent ( |
Name | Description | ||
---|---|---|---|
|
EActivationT... |
GetActivationType() |
Describes what actually happened to the window (e.g. Activated, Deactivated, Activated by a mouse click) |
|
TSharedRef< ... |
GetAffectedWindow() |
The window that this activation/deactivation happened to |
Name |
Description |
|
---|---|---|
|
EActivationType |