![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InputComponent.h>
Inheritance diagram for FInputVectorAxisUnifiedDelegate:Public Member Functions | |
| void | Execute (const FVector AxisValue) const |
Public Member Functions inherited from TInputUnifiedDelegate< FInputVectorAxisHandlerSignature, FInputVectorAxisHandlerDynamicSignature > | |
| TInputUnifiedDelegate () | |
| TInputUnifiedDelegate (FInputVectorAxisHandlerSignature D) | |
| TInputUnifiedDelegate (FInputVectorAxisHandlerDynamicSignature D) | |
| bool | IsBound () const |
| bool | IsBoundToObject (void const *Object) const |
| void | BindDelegate (UserClass *Object, typename DelegateType::template TMethodPtr< UserClass > Func) |
| void | BindDelegate (UObject *Object, const FName FuncName) |
| FInputVectorAxisHandlerSignature & | GetDelegateForManualSet () |
| void | Unbind () |
| const FInputVectorAxisHandlerSignature & | GetDelegate () const |
| const FInputVectorAxisHandlerDynamicSignature & | GetDynamicDelegate () const |
Additional Inherited Members | |
Protected Attributes inherited from TInputUnifiedDelegate< FInputVectorAxisHandlerSignature, FInputVectorAxisHandlerDynamicSignature > | |
| TSharedPtr< FInputVectorAxisHandlerSignature > | FuncDelegate |
| TSharedPtr< FInputVectorAxisHandlerDynamicSignature > | FuncDynDelegate |
Static Protected Attributes inherited from TInputUnifiedDelegate< FInputVectorAxisHandlerSignature, FInputVectorAxisHandlerDynamicSignature > | |
| static const FInputVectorAxisHandlerSignature | UnboundDelegate |
| static const FInputVectorAxisHandlerDynamicSignature | UnboundDynamicDelegate |
Unified delegate specialization for vector axis events.
Execute function for the axis unified delegate.