![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UObjectArray.h>
Public Member Functions | |
| FUObjectCluster () | |
Public Attributes | |
| int32 | RootIndex |
| TArray< int32 > | Objects |
| TArray< int32 > | ReferencedClusters |
| TArray< int32 > | MutableObjects |
| TArray< int32 > | ReferencedByClusters |
| bool | bNeedsDissolving |
UObject cluster. Groups UObjects into a single unit for GC.
|
inline |
| bool FUObjectCluster::bNeedsDissolving |
Cluster needs dissolving, probably due to PendingKill reference
Objects that could not be added to the cluster but still need to be referenced by it
List of clusters that direcly reference this cluster. Used when dissolving a cluster.
| int32 FUObjectCluster::RootIndex |
Root object index