Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
Include |
#include "Engine/Engine.h" |
Source |
/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
static void FindAndPrintStaleReferencesToObject
(
UObject * ObjectToFindReferencesTo,
ELogVerbosity::Type Verbosity
)
Attempts to find what is referencing a world that should have been garbage collected
Parameter |
Description |
---|---|
ObjectToFindReferencesTo |
World or its package (or any object from the world package that should've been destroyed) |
Verbosity |
Verbosity (can be fatal or non-fatal) with which to print the error message with |