Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSparseDynamicDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const FScriptDelegate& InDelegate |
Checks whether a function delegate is already a member of this multi-cast delegate's invocation list | UObject/SparseDelegate.h | |
| Checks whether a function delegate is already a member of this multi-cast delegate's invocation list | UObject/SparseDelegate.h |
Contains(const FScriptDelegate &)
Description
Checks whether a function delegate is already a member of this multi-cast delegate's invocation list
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path | #include "UObject/SparseDelegate.h" |
bool Contains
(
const FScriptDelegate & InDelegate
) const
True if the delegate is already in the list.
Parameters
| Name | Remarks |
|---|---|
| InDelegate | Delegate to check |
Contains(const UObject *, FName)
Description
Checks whether a function delegate is already a member of this multi-cast delegate's invocation list
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path | #include "UObject/SparseDelegate.h" |
bool Contains
(
const UObject * InObject,
FName InFunctionName
) const
True if the delegate is already in the list.
Parameters
| Name | Remarks |
|---|---|
| InObject | Object of the delegate to check |
| InFunctionName | Function name of the delegate to check |