Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- FInputBinding
- FInputAxisBinding
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include | #include "Components/InputComponent.h" |
Syntax
struct FInputAxisBinding : public FInputBinding
Remarks
Binds a delegate to an axis mapping.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInputAxisUnifiedDelegate | AxisDelegate | The delegate bound to the axis. | |
| FName | AxisName | The axis mapping being bound to. | |
| float | AxisValue | The value of the axis as calculated during the most recent UPlayerInput::ProcessInputStack if the InputComponent was in the stack, otherwise all values should be 0. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputAxisBinding
(
const FName InAxisName |