Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TSparseDynamicDelegate > API/Runtime/CoreUObject/UObject/TSparseDynamicDelegate/Contains
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
Include | #include "UObject/SparseDelegate.h" |
bool Contains
&40;
const FScriptDelegate & InDelegate
&41; const
Remarks
Checks whether a function delegate is already a member of this multi-cast delegate's invocation list True if the delegate is already in the list.
Parameters
Name | Description |
---|---|
InDelegate | Delegate to check |