TSparseDynamicDelegate::Contains

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h

Include

#include "UObject/SparseDelegate.h"

Syntax

bool Contains
(
    const FScriptDelegate & 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