Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UDiffCookCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffCookCommandlet.h |
| Include | #include "Commandlets/DiffCookCommandlet.h" |
Syntax
enum EPackageDiffResult
{
Identical,
Removed,
Added,
Modified,
Error,
}
Values
| Name | Description |
|---|---|
| Identical | |
| Removed | |
| Added | |
| Modified | |
| Error |
Remarks
Types of diff results after comparing the versions of a package in two cooked depots.