Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate > API/Runtime/Core/UObject/TMulticastScriptDelegate/Contains
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include | #include "UObject/ScriptDelegates.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 |