Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h |
| Include | #include "UObject/UObjectArray.h" |
Syntax
struct FUObjectCluster
Remarks
UObject cluster. Groups UObjects into a single unit for GC.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNeedsDissolving | Cluster needs dissolving, probably due to PendingKill reference | |
| TArray< int32 > | MutableObjects | Objects that could not be added to the cluster but still need to be referenced by it | |
| TArray< int32 > | Objects | Objects that belong to this cluster | |
| TArray< int32 > | ReferencedByClusters | List of clusters that direcly reference this cluster. Used when dissolving a cluster. | |
| TArray< int32 > | ReferencedClusters | Other clusters referenced by this cluster | |
| int32 | RootIndex | Root object index |
Constructors
| Type | Name | Description | |
|---|---|---|---|