Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/FInputActionValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Get () |
TODO: Would prefer a value type checked version here but this is complicated by the ability to change action value types within the editor. | InputActionValue.h | |
bool Get () |
Supported getter specializations. | InputActionValue.h | |
FInputActionValue::Axis1D Get () |
InputActionValue.h | ||
FInputActionValue::Axis2D Get () |
InputActionValue.h | ||
FInputActionValue::Axis3D Get () |
InputActionValue.h |
Get()
Description
TODO: Would prefer a value type checked version here but this is complicated by the ability to change action value types within the editor. TODO: Binding helpers to limit key types that can be bound? Stop players binding an Axis2D input device to a bool action value.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h |
| Include Path | #include "InputActionValue.h" |
template<typename T>
T Get() const
Get()
Description
Supported getter specializations.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h |
| Include Path | #include "InputActionValue.h" |
template<>
bool Get() const
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h |
| Include Path | #include "InputActionValue.h" |
template<>
FInputActionValue::Axis1D Get() const
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h |
| Include Path | #include "InputActionValue.h" |
template<>
FInputActionValue::Axis2D Get() const
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputActionValue.h |
| Include Path | #include "InputActionValue.h" |
template<>
FInputActionValue::Axis3D Get() const