Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components
Inheritance Hierarchy
- FInputBinding
- FInputAxisKeyBinding
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
Include | #include "Components/InputComponent.h" |
Syntax
struct FInputAxisKeyBinding : public FInputBinding
Remarks
Binds a delegate to a raw float axis mapping.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FInputAxisUnifiedDelegate | AxisDelegate | The delegate bound to the axis. |
![]() |
FKey | AxisKey | The axis being bound to. |
![]() |
float | AxisValue | The value of the axis as calculated during the most recent UPlayerInput::ProcessInputStack if the InputComponent containing the binding was in the stack, otherwise the value will be 0. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FInputAxisKeyBinding
(
const FKey InAxisKey |