Navigation
API > API/Runtime > API/Runtime/Engine
Unified delegate specialization for float axis events.
| Name | FInputAxisUnifiedDelegate |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
Syntax
struct FInputAxisUnifiedDelegate : public TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature >
Inheritance Hierarchy
- TInputUnifiedDelegate → FInputAxisUnifiedDelegate
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Execute
(
const float AxisValue |
Execute function for the axis unified delegate. | Components/InputComponent.h |