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

#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)
 
FInputVectorAxisHandlerSignatureGetDelegateForManualSet ()
 
void Unbind ()
 
const FInputVectorAxisHandlerSignatureGetDelegate () const
 
const FInputVectorAxisHandlerDynamicSignatureGetDynamicDelegate () const
 

Additional Inherited Members

- Protected Attributes inherited from TInputUnifiedDelegate< FInputVectorAxisHandlerSignature, FInputVectorAxisHandlerDynamicSignature >
TSharedPtr< FInputVectorAxisHandlerSignatureFuncDelegate
 
TSharedPtr< FInputVectorAxisHandlerDynamicSignatureFuncDynDelegate
 
- Static Protected Attributes inherited from TInputUnifiedDelegate< FInputVectorAxisHandlerSignature, FInputVectorAxisHandlerDynamicSignature >
static const FInputVectorAxisHandlerSignature UnboundDelegate
 
static const FInputVectorAxisHandlerDynamicSignature UnboundDynamicDelegate
 

Detailed Description

Unified delegate specialization for vector axis events.

Member Function Documentation

◆ Execute()

void FInputVectorAxisUnifiedDelegate::Execute ( const FVector  AxisValue) const
inline

Execute function for the axis unified delegate.


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