Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE::Delegates::Private Namespace Reference

Functions

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

Function Documentation

◆ GetTrimmedMemberFunctionName()

FName UE::Delegates::Private::GetTrimmedMemberFunctionName ( const TCHAR * 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.

Definition at line 470 of file Delegate.h.

+ Here is the call graph for this function:

◆ IsUObjectPtr() [1/2]

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

Definition at line 31 of file DelegateInstancesImpl.h.

◆ IsUObjectPtr() [2/2]

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

Definition at line 30 of file DelegateInstancesImpl.h.