TScriptDelegate::IsBoundToObject

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

bool IsBoundToObject
(
    void const * InUserObject
) const

Remarks

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

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