Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include | #include "Input/Events.h" |
Syntax
USTRUCT (BlueprintType )
struct FFocusEvent
Remarks
FFocusEvent is used when notifying widgets about keyboard focus changes It is passed to event handlers dealing with keyboard focus
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFocusEvent () |
UStruct Constructor. Not meant for normal usage. | ||
FFocusEvent
(
const EFocusCause InCause, |
Constructor. Events are immutable once constructed. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EFocusCause | GetCause () |
Queries the reason for the focus change | |
| uint32 | GetUser () |
Queries the user that is changing focus |