TMulticastScriptDelegate::GetAllObjectsEvenIfUnreachable

Returns all objects associated with this multicast-delegate, even if unreachable.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

TArray< UObject * > GetAllObjectsEvenIfUnreachable() const

Remarks

Returns all objects associated with this multicast-delegate, even if unreachable. For advanced uses only you should never need call this function in normal circumstances.

Returns

List of objects bound to this delegate

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