TMulticastScriptDelegate::GetAllObjects

Returns all objects associated with this multicast-delegate.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

TArray< UObject * > GetAllObjects() const

Remarks

Returns all objects associated with this multicast-delegate. 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