Navigation
API > API/Runtime > API/Runtime/InputCore
References
| Module | InputCore |
| Header | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
| Include | #include "InputCoreTypes.h" |
Syntax
struct FKeyDetails
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKeyDetails
(
const FKey InKey, |
|||
FKeyDetails
(
const FKey InKey, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetDisplayName
(
const bool bLongDisplayName |
||
| const FKey & | GetKey () |
||
| FName | |||
| EPairedAxis | Key pairing. | ||
| const FKey & | |||
| bool | IsAnalog () |
||
| bool | IsAxis1D () |
||
| bool | IsAxis2D () |
||
| bool | IsAxis3D () |
||
| bool | |||
| bool | |||
| bool | IsButtonAxis () |
||
| bool | IsDeprecated () |
||
| bool | IsDigital () |
||
| bool | IsGamepadKey () |
||
| bool | IsGesture () |
||
| bool | |||
| bool | |||
| bool | IsTouch () |
||
| bool |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EInputAxisType | |||
| EKeyFlags |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsFloatAxis () |
Please use IsAxis1D instead. | |
| bool | IsVectorAxis () |
Please use IsAxis2D/IsAxis3D instead. |