Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputVectorAxisBinding & BindVectorAxis
(
const FKey AxisKey |
EnhancedInputComponent.h | ||
FInputVectorAxisBinding & BindVectorAxis
(
const FKey AxisKey, |
EnhancedInputComponent.h |
BindVectorAxis(const FKey)
| Name | BindVectorAxis |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include Path | #include "EnhancedInputComponent.h" |
FInputVectorAxisBinding & BindVectorAxis
(
const FKey AxisKey
)
BindVectorAxis(const FKey, UserClass *, typename FInputVectorAxisHandlerSignature::TMethodPtr< UserClass >)
| Name | BindVectorAxis |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include Path | #include "EnhancedInputComponent.h" |
template<class UserClass>
FInputVectorAxisBinding & BindVectorAxis
(
const FKey AxisKey,
UserClass * Object,
typename FInputVectorAxisHandlerSignature::TMethodPtr< UserClass > Func
)