FArchiveObjectGraph::GenerateObjectGraph

Serializes the objects in the specified set; any objects encountered during serialization of an object are added to the object set and processed until no new objects are added.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveObjectGraph.h

Include

#include "Serialization/ArchiveObjectGraph.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectGraph.cpp

Syntax

void GenerateObjectGraph
(
    TArray< UObject * > & Objects
)

Remarks

Serializes the objects in the specified set; any objects encountered during serialization of an object are added to the object set and processed until no new objects are added. DO NOT MAKE THIS VIRTUAL - this is called by constructor. If you wish to do so, please change where be called

Parameters

Parameter

Description

Objects

the original set of objects to serialize; the original set will be preserved.

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