Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
Inheritance Hierarchy
- FInputEvent
- FCharacterEvent
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include | #include "Input/Events.h" |
Syntax
USTRUCT (BlueprintType )
struct FCharacterEvent : public FInputEvent
Remarks
FCharacterEvent describes a keyboard action where the utf-16 code is given. Used for OnKeyChar messages
Constructors
| Type | Name | Description | |
|---|---|---|---|
| UStruct Constructor. Not meant for normal usage. | |||
FCharacterEvent
(
const TCHAR InCharacter, |
|||
FCharacterEvent
(
const TCHAR InCharacter, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TCHAR | GetCharacter () |
Returns the character for this event |