UE4Delegates_Private::GetTrimmedMemberFunctionName

Returns the root function name from a string representing a member function pointer.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h

Include

#include "Delegates/Delegate.h"

Syntax

namespace UE4Delegates_Private
{
    FName UE4Delegates_Private::GetTrimmedMemberFunctionName
    (
        const TCHAR * InMacroFunctionName
    )
}

Remarks

Returns the root function name from a string representing a member function pointer.

this function only returns a pointer to the substring and doesn't create a new string.

Returns

An FName of the member function name.

Parameters

Parameter

Description

InMacroFunctionName

The string containing the member function name.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss