Navigation
Unreal Engine C++ API Reference > Runtime > InputCore
References
Module | InputCore |
Header | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
Include | #include "InputCoreTypes.h" |
Syntax
struct FKey
Constructors
Functions
Type | Name | Description | |
---|---|---|---|
bool | ExportTextItem
(
FString& ValueStr, |
||
FText | GetDisplayName
(
bool bLongDisplayName |
||
FName | GetFName () |
||
FName | |||
EPairedAxis | |||
FKey | |||
bool | ImportTextItem
(
const TCHAR*& Buffer, |
||
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 | IsValid () |
||
void | |||
void | PostSerialize
(
const FArchive& Ar |
||
bool | SerializeFromMismatchedTag
(
FPropertyTag const& Tag, |
||
bool | |||
FString | ToString () |
Constants
Name | Description |
---|---|
SyntheticCharPrefix |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
bool | IsFloatAxis () |
Please use IsAxis1D instead. | |
bool | IsVectorAxis () |
Please use IsAxis2D/IsAxis3D instead. |