UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DelegateSignatureImpl.inl File Reference

Go to the source code of this file.

Classes

class  TDelegateRegistration< InRetValType(ParamTypes...), UserPolicy >
 
class  TDelegate< DelegateSignature, UserPolicy >
 
class  TDelegate< InRetValType(ParamTypes...), UserPolicy >
 
class  TMulticastDelegateRegistration< void(ParamTypes...), UserPolicy >
 
class  TMulticastDelegate< DelegateSignature, UserPolicy >
 
class  TMulticastDelegate< RetValType(ParamTypes...), UserPolicy >
 
class  TMulticastDelegate< void(ParamTypes...), UserPolicy >
 
class  TBaseDynamicDelegate< ThreadSafetyMode, RetValType, ParamTypes >
 
class  TBaseDynamicDelegate< ThreadSafetyMode, RetValType, ParamTypes >::TMethodPtrResolver< UserClass >
 
class  TBaseDynamicMulticastDelegate< ThreadSafetyMode, RetValType, ParamTypes >
 

Typedefs

template<typename DelegateSignature >
using TTSDelegateRegistration = TDelegateRegistration< DelegateSignature, FDefaultTSDelegateUserPolicy >
 
template<typename DelegateSignature >
using TTSDelegate = TDelegate< DelegateSignature, FDefaultTSDelegateUserPolicy >
 
template<typename DelegateSignature >
using TTSMulticastDelegateRegistration = TMulticastDelegateRegistration< DelegateSignature, FDefaultTSDelegateUserPolicy >
 
template<typename DelegateSignature >
using TTSMulticastDelegate = TMulticastDelegate< DelegateSignature, FDefaultTSDelegateUserPolicy >
 

Functions

template<typename T >
T * ToRawPtr (const TObjectPtr< T > &Ptr)
 
template<typename To , typename From >
TCopyQualifiersFromTo_T< From, To > * Cast (From *Src)
 

Typedef Documentation

◆ TTSDelegate

◆ TTSDelegateRegistration

◆ TTSMulticastDelegate

◆ TTSMulticastDelegateRegistration

Function Documentation

◆ Cast()

template<typename To , typename From >
TCopyQualifiersFromTo_T< From, To > * Cast ( From *  Src)
inline

◆ ToRawPtr()

template<typename T >
T * ToRawPtr ( const TObjectPtr< T > &  Ptr)