FDelegateBase::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/Delegates/DelegateBase.h

Include

#include "Delegates/DelegateBase.h"

Syntax

bool IsBound() const

Remarks

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

Returns

True if the user 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