TMulticastScriptDelegate::Contains

Checks whether a function delegate is already a member of this multi-cast delegate's invocation list

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h

Include

#include "UObject/ScriptDelegates.h"

Syntax

bool Contains
(
    const TScriptDelegate< TWeakPtr > & InDelegate
) const

Remarks

Checks whether a function delegate is already a member of this multi-cast delegate's invocation list

Returns

True if the delegate is already in the list.

Parameters

Parameter

Description

InDelegate

Delegate to check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss