![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InputComponent.h>
Inheritance diagram for FInputAxisUnifiedDelegate:Public Member Functions | |
| void | Execute (const float AxisValue) const |
Public Member Functions inherited from TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature > | |
| TInputUnifiedDelegate () | |
| TInputUnifiedDelegate (FInputAxisHandlerSignature D) | |
| TInputUnifiedDelegate (FInputAxisHandlerDynamicSignature 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) |
| FInputAxisHandlerSignature & | GetDelegateForManualSet () |
| void | Unbind () |
| const FInputAxisHandlerSignature & | GetDelegate () const |
| const FInputAxisHandlerDynamicSignature & | GetDynamicDelegate () const |
Additional Inherited Members | |
Protected Attributes inherited from TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature > | |
| TSharedPtr< FInputAxisHandlerSignature > | FuncDelegate |
| TSharedPtr< FInputAxisHandlerDynamicSignature > | FuncDynDelegate |
Static Protected Attributes inherited from TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature > | |
| static const FInputAxisHandlerSignature | UnboundDelegate |
| static const FInputAxisHandlerDynamicSignature | UnboundDynamicDelegate |
Unified delegate specialization for float axis events.
Execute function for the axis unified delegate.