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