EObjectDiff

The different types of comparison differences that can exist between packages.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/DiffPackagesCommandlet.h"

Syntax

enum EObjectDiff
{
    OD_None,
    OD_AOnly,
    OD_BOnly,
    OD_ABSame,
    OD_ABConflict,
    OD_Invalid,
}

Values

Name

Description

OD_None

No difference

OD_AOnly

The object exist in the first package only

OD_BOnly

The object exists in the second package only

OD_ABSame

(three-way merges) the value has been changed from the ancestor package, but the new value is identical in the two packages being compared

OD_ABConflict

OD_Invalid

Remarks

The different types of comparison differences that can exist between packages.

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