Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
Inheritance Hierarchy
- TSet
- FTouchKeySet
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include | #include "Input/Events.h" |
Syntax
class FTouchKeySet : public TSet< FKey >
Remarks
Helper class to auto-populate a set with the set of "keys" a touch represents
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTouchKeySet
(
FKey Key |
Creates and initializes a new instance with the specified key. |
Constants
| Name | Description |
|---|---|
| EmptySet | The empty set contains no valid keys. |
| StandardSet | The standard set consists of just the left mouse button key. |