IDelegateInstance::GetBoundProgramCounterForTimerManager

Returns the address of the method pointer which can be used to learn the address of the function that will be executed.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/IDelegateInstance.h"

Syntax

uint64 GetBoundProgramCounterForTimerManager() const

Remarks

Returns the address of the method pointer which can be used to learn the address of the function that will be executed. Returns nullptr if this delegate type does not directly invoke a function pointer.

Only intended to be used to aid debugging of delegates.

Returns

The address of the function pointer that would be executed by this delegate

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