UDEPRECATED_DiffPackagesCommandlet::GenerateObjectComparison

Generates object graphs for the specified object and its corresponding objects in all packages being diffed.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffPackagesCommandlet.h

Include

#include "Commandlets/DiffPackagesCommandlet.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffPackagesCommandlet.cpp

Syntax

bool GenerateObjectComparison
(
    UObject * RootObject,
    struct FObjectComparison & out_Comparison,
    TArray< struct FObjectComparison > * ObjectsToIgnore
)

Remarks

Generates object graphs for the specified object and its corresponding objects in all packages being diffed.

Returns

true if RootObject was found in any of the packages being compared.

Parameters

Parameter

Description

RootObject

the object to generate the object comparison for

out_Comparison

the object graphs for the specified object for each package being diffed

ObjectsToIgnore

if specified, this list will be passed to the FObjectGraphs created for this comparison; this will prevent those object graphs from containing these objects. Useful when generating an object comparison for package-root type objects, such as levels, worlds, etc. to prevent their comparison's object graphs from containing all objects in the level/world

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