Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IDelegateInstance
Description
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.
Note: Only intended to be used to aid debugging of delegates.
| Name | GetBoundProgramCounterForTimerManager |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h |
| Include Path | #include "Delegates/IDelegateInstance.h" |
uint64 GetBoundProgramCounterForTimerManager() const
The address of the function pointer that would be executed by this delegate