Navigation
API > API/Runtime > API/Runtime/Core
Description
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.
| Name | UE::Delegates::Private::GetTrimmedMemberFunctionName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/Delegate.h |
| Include Path | #include "Delegates/Delegate.h" |
namespace UE
{
namespace Delegates
{
namespace Private
{
FName UE::Delegates::Private::GetTrimmedMemberFunctionName
(
const ANSICHAR * InMacroFunctionName
)
}
}
}
An FName of the member function name.
Parameters
| Name | Remarks |
|---|---|
| InMacroFunctionName | The string containing the member function name. |