FDelegateHandle::IsValid

Returns true if this was ever bound to a delegate, but you need to check with the owning delegate to confirm it is still valid

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Delegates/IDelegateInstance.h"

Syntax

bool IsValid() const

Remarks

Returns true if this was ever bound to a delegate, but you need to check with the owning delegate to confirm it is still valid