UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Delegates::Private Namespace Reference

Functions

FName GetTrimmedMemberFunctionName (const ANSICHAR *InMacroFunctionName)
 
constexpr bool IsUObjectPtr (const volatile UObjectBase *)
 
constexpr bool IsUObjectPtr (...)
 

Variables

TAtomic< uint64GNextID (1)
 

Function Documentation

◆ GetTrimmedMemberFunctionName()

FName UE::Delegates::Private::GetTrimmedMemberFunctionName ( const ANSICHAR InMacroFunctionName)
inline

Returns the root function name from a string representing a member function pointer. Note: this function only returns a pointer to the substring and doesn't create a new string.

Parameters
InMacroFunctionNameThe string containing the member function name.
Returns
An FName of the member function name.

◆ IsUObjectPtr() [1/2]

constexpr bool UE::Delegates::Private::IsUObjectPtr (   ...)
constexpr

◆ IsUObjectPtr() [2/2]

constexpr bool UE::Delegates::Private::IsUObjectPtr ( const volatile UObjectBase )
constexpr

Variable Documentation

◆ GNextID

TAtomic< uint64 > UE::Delegates::Private::GNextID(1) ( )