| FDelegateExtras
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
Include |
#include "Delegates/DelegateBase.h" |
template<typename UserPolicy>
class TDelegateBase : public FDelegateExtras
Name | Description | ||
---|---|---|---|
|
GetBoundProgramCounterForTimerManager() |
Returns the address of the method pointer which can be used to learn the address of the function that will be executed. |
|
|
FDelegateHan... |
GetHandle() |
Gets a handle to the delegate. |
|
const void &... |
GetObjectForTimerManager() |
Returns a pointer to an object bound to this delegate, intended for quick lookup in the timer manager, |
|
UObject *... |
GetUObject() |
If this is a UFunction or UObject delegate, return the UObject. |
|
IsBound() |
Checks to see if the user object bound to this delegate is still valid. |
|
|
IsBoundToObject ( |
Checks to see if this delegate is bound to the given user object. |
|
|
TryGetBoundFunctionName() |
Tries to return the name of a bound function. |
Name |
Description |
---|---|
Super |