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