UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInputAxisUnifiedDelegate Struct Reference

#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)
 
FInputAxisHandlerSignatureGetDelegateForManualSet ()
 
void Unbind ()
 
const FInputAxisHandlerSignatureGetDelegate () const
 
const FInputAxisHandlerDynamicSignatureGetDynamicDelegate () const
 

Additional Inherited Members

- Protected Attributes inherited from TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature >
TSharedPtr< FInputAxisHandlerSignatureFuncDelegate
 
TSharedPtr< FInputAxisHandlerDynamicSignatureFuncDynDelegate
 
- Static Protected Attributes inherited from TInputUnifiedDelegate< FInputAxisHandlerSignature, FInputAxisHandlerDynamicSignature >
static const FInputAxisHandlerSignature UnboundDelegate
 
static const FInputAxisHandlerDynamicSignature UnboundDynamicDelegate
 

Detailed Description

Unified delegate specialization for float axis events.

Member Function Documentation

◆ Execute()

void FInputAxisUnifiedDelegate::Execute ( const float  AxisValue) const
inline

Execute function for the axis unified delegate.


The documentation for this struct was generated from the following file: