TScriptDelegate::IsBoundToObjectEvenIfUnreachable

Checks to see if this delegate is bound to the given user object, even if the object is unreachable.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

bool IsBoundToObjectEvenIfUnreachable
(
    void const * InUserObject
) const

Remarks

Checks to see if this delegate is bound to the given user object, even if the object is unreachable.

Returns

True if this delegate is bound to InUserObject, false otherwise.

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