UDEPRECATED_DiffPackagesCommandlet

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UCommandlet

UDEPRECATED_DiffPackagesCommandlet

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/DiffPackagesCommandlet.h"

Syntax

class UDEPRECATED_DiffPackagesCommandlet : public UCommandlet

Variables

Name Description

Public variable

bool

 

bDiffAllProps

Public variable

bool

 

bDiffNonEditProps

Public variable

FUObjectAnnotat...

 

HandledAnnotation

Handled annotation to track which objects we have dealt with

Public variable

int32

 

NumPackages

Public variable

FString[3]

 

PackageFilenames

Public variable

UPackage *[...

 

Packages

Constructors

Name Description

Public function

UDEPRECATED_DiffPackagesCommandlet

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

EObjectDiff

 

CompareNativePropertyValues

(
    UObject* ObjA,
    UObject* ObjB,
    UObject* ObjAncestor,
    FObjectComparison& PropertyValueCo...
)

Compares the natively serialized property values for the specified objects by comparing the non-script serialized portion of each object's data as it is on disk.

Public function

EObjectDiff

 

DiffObjects

(
    UObject* ObjA,
    UObject* ObjB,
    UObject* ObjAncestor,
    FObjectComparison& PropDiffs
)

Public function

bool

 

GenerateObjectComparison

(
    UObject* RootObject,
    FObjectComparison& out_Comparison,
    TArray< struct FObjectComparison > ...
)

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

Public function

bool

 

Initialize

(
    const TCHAR* Parms
)

Parses the command-line and loads the packages being compared.

Public function

bool

 

ProcessDiff

(
    FObjectComparison& Diff
)

Overridden from UCommandlet

Name Description

Public function Virtual

int32

 

Main

(
    const FString& Params
)

Entry point for your commandlet

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