IDelegateInstance::TryGetBoundFunctionName

Tries to return the name of a bound function.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/IDelegateInstance.h"

Syntax

FName TryGetBoundFunctionName() const

Remarks

Tries to return the name of a bound function. Returns NAME_None if the delegate is unbound or a binding name is unavailable.

Only intended to be used to aid debugging of delegates.

Returns

The name of the bound function, NAME_None if no name was available.

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