Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h |
| Include | #include "Delegates/IDelegateInstance.h" |
Syntax
class IDelegateInstance
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Returns the address of the method pointer which can be used to learn the address of the function that will be executed. | ||
| FDelegateHandle | GetHandle () |
Returns a handle for the delegate. | |
| const void * | Returns a pointer to an object bound to this delegate instance, intended for quick lookup in the timer manager, | ||
| UObject * | GetUObject () |
Returns the UObject that this delegate instance is bound to. | |
| bool | HasSameObject
(
const void* InUserObject |
Returns true if this delegate is bound to the specified UserObject,Deprecated. | |
| bool | Checks to see if the user object bound to this delegate can ever be valid again. | ||
| bool | Checks to see if the user object bound to this delegate is still valid | ||
| FName | Tries to return the name of a bound function. |