Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FKeyEvent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyEvent () |
UStruct Constructor. Not meant for normal usage. | Input/Events.h | |
FKeyEvent
(
const FKey InKey, |
Constructor. Events are immutable once constructed. | Input/Events.h | |
FKeyEvent
(
const FKey InKey, |
Input/Events.h |
FKeyEvent()
Description
UStruct Constructor. Not meant for normal usage.
| Name | FKeyEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include Path | #include "Input/Events.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp |
FKeyEvent()
FKeyEvent(const FKey, const FModifierKeysState &, const uint32, const bool, const uint32, const uint32)
Description
Constructor. Events are immutable once constructed.
| Name | FKeyEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include Path | #include "Input/Events.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp |
FKeyEvent
(
const FKey InKey,
const FModifierKeysState & InModifierKeys,
const uint32 InUserIndex,
const bool bInIsRepeat,
const uint32 InCharacterCode,
const uint32 InKeyCode
)
Parameters
| Name | Remarks |
|---|---|
| InKeyName | Character name |
| InModifierKeys | Modifier key state for this event |
| bInIsRepeat | True if this key is an auto-repeated keystroke |
FKeyEvent(const FKey, const FModifierKeysState &, const FInputDeviceId, const bool, const uint32, const uint32, const TOptional< int32 >)
| Name | FKeyEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include Path | #include "Input/Events.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp |
FKeyEvent
(
const FKey InKey,
const FModifierKeysState & InModifierKeys,
const FInputDeviceId InDeviceId,
const bool bInIsRepeat,
const uint32 InCharacterCode,
const uint32 InKeyCode,
const TOptional < int32 > InOptionalSlateUserIndex
)