Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- FInputBindingHandle
- FEnhancedInputActionValueBinding
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include | #include "EnhancedInputComponent.h" |
Syntax
struct FEnhancedInputActionValueBinding : public FInputBindingHandle
Remarks
Binds an action value for later reference. CurrentValue will be kept up to date with the value of the bound action
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnhancedInputActionValueBinding
(
const UInputAction* InAction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UInputAction * | GetAction () |
||
| FInputActionValue | GetValue () |