Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FindAndPrintStaleReferencesToObject
(
UObject* ObjectToFindReferencesTo, |
Attempts to find what is referencing a world that should have been garbage collected | Engine/Engine.h | |
static FString FindAndPrintStaleReferencesToObject
(
UObject* ObjectToFindReferencesTo, |
Attempts to find a reference chain leading to a world that should have been garbage collected | Engine/Engine.h |
FindAndPrintStaleReferencesToObject(UObject *, ELogVerbosity::Type)
Description
Attempts to find what is referencing a world that should have been garbage collected
| Name | FindAndPrintStaleReferencesToObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
static void FindAndPrintStaleReferencesToObject
(
UObject * ObjectToFindReferencesTo,
ELogVerbosity::Type Verbosity
)
Parameters
| Name | Remarks |
|---|---|
| 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 |
FindAndPrintStaleReferencesToObject(UObject *, EPrintStaleReferencesOptions)
Description
Attempts to find a reference chain leading to a world that should have been garbage collected
| Name | FindAndPrintStaleReferencesToObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
static FString FindAndPrintStaleReferencesToObject
(
UObject * ObjectToFindReferencesTo,
EPrintStaleReferencesOptions Options
)
Parameters
| Name | Remarks |
|---|---|
| ObjectToFindReferencesTo | World or its package (or any object from the world package that should've been destroyed) |
| Options | Determines how the stale references messages should be logged |