Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectClusters.cpp |
void AddToCluster
(
UObjectBaseUtility * ClusterRootOrObjectFromCluster,
bool bAddAsMutableObject
)
Remarks
Adds this objects to a GC cluster that already exists
Parameters
| Name | Description |
|---|---|
| ClusterRootOrObjectFromCluster | Object that belongs to the cluster we want to add this object to. |
| Add | this object to the target cluster as a mutable object without adding this object's references. |