Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- TInputUnifiedDelegate
- FInputAxisUnifiedDelegate
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
Include | #include "Components/InputComponent.h" |
Syntax
struct FInputAxisUnifiedDelegate : public TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature >
Remarks
Unified delegate specialization for float axis events.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Execute
(
const float AxisValue |
Execute function for the axis unified delegate. |