FPackageReloadedEvent::GetObjectReferencers

Get the set of objects that were referencing any of the objects that were replaced by the package reload.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/PackageReload.h

Include

#include "UObject/PackageReload.h"

Syntax

const TArray< TWeakObjectPtr< UObject > > & GetObjectReferencers() const

Remarks

Get the set of objects that were referencing any of the objects that were replaced by the package reload. @note Beware that object referencers may become null as the result of other operations that happen during reloading (such as recompiling Blueprints).

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