Navigation
API > API/Runtime > API/Runtime/Engine
Binds a delegate to a raw float axis mapping.
| Name | FInputAxisKeyBinding |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
Syntax
struct FInputAxisKeyBinding : public FInputBinding
Inheritance Hierarchy
- FInputBinding → FInputAxisKeyBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/InputComponent.h | |||
FInputAxisKeyBinding
(
const FKey InAxisKey |
Components/InputComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisDelegate | FInputAxisUnifiedDelegate | The delegate bound to the axis. | Components/InputComponent.h | |
| AxisKey | FKey | The axis being bound to. | Components/InputComponent.h | |
| AxisValue | float | 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. | Components/InputComponent.h |