FObjectGraph

Represents a single top-level object along with all its subobjects.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h

Include

#include "Commandlets/EditorCommandlets.h"

Syntax

struct FObjectGraph

Remarks

Represents a single top-level object along with all its subobjects.

Variables

Name Description

Public variable

TArray< struct ...

 

Objects

The list of objects in this object graph. The first element is always the root object.

Constructors

Name Description

Public function

FObjectGraph

(
    UObject* RootObject,
    int32 PackageIndex,
    TArray< struct FObjectComparison > ...
)

Constructor

Constructor

Populates the Objects array with RootObject and its subobjects.

Functions

Name Description

Public function Const

UObject *...

 

GetRootObject()

Returns the root of this object graph.

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