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 UObject * InObject,
    FName InFunctionName
) 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

InObject

Object of the delegate to check

InFunctionName

Function name of the 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