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 UObject &42; InObject,
FName InFunctionName
&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 |
---|---|
InObject | Object of the delegate to check |
InFunctionName | Function name of the delegate to check |