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
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. |