IDelegateInstance::HasSameObject

Returns true if this delegate is bound to the specified UserObject, Deprecated.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h

Include

#include "Delegates/IDelegateInstance.h"

Syntax

bool HasSameObject
(
    const void * InUserObject
) const

Remarks

Returns true if this delegate is bound to the specified UserObject,

Deprecated.

Returns

True if delegate is bound to the specified UserObject

Parameters

Parameter

Description

InUserObject

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