TScriptDelegate::IsBound

Checks to see if the user object bound to this delegate is still valid

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

bool IsBound() const

Remarks

Checks to see if the user object bound to this delegate is still valid

Returns

True if the object is still valid and it's safe to execute the function call

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