Navigation
API > API/Runtime > API/Runtime/CoreUObject
Entry in GUnreachableObjects array that can either be an FUObjectItem (initially) or an UObject after unreachable objects had their InternalIndex freed.
| Name | FUnreachableObject |
| Type | union |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ReachabilityAnalysis.h |
| Include Path | #include "UObject/ReachabilityAnalysis.h" |
Syntax
union FUnreachableObject
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | UObject * | UObject/ReachabilityAnalysis.h | ||
| ObjectItem | FUObjectItem * | UObject/ReachabilityAnalysis.h |