UObjectBaseUtility::AddToCluster

Adds this objects to a GC cluster that already exists

Windows
MacOS
Linux

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

Syntax

void AddToCluster
(
    UObjectBaseUtility * ClusterRootOrObjectFromCluster,
    bool bAddAsMutableObject
)

Remarks

Adds this objects to a GC cluster that already exists

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss