Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UCommandlet
- UDiffCookCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffCookCommandlet.h |
| Include | #include "Commandlets/DiffCookCommandlet.h" |
Syntax
UCLASS ()
class UDiffCookCommandlet : public UCommandlet
Remarks
Compares two depots that were written out by the CookCommandlet. Similar to running the cookcommandlet with -diffonly, but compares two depots on disk rather than comparing one depot on disk against the current in-memory results.
Functions
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPackageDiffResult | Types of diff results after comparing the versions of a package in two cooked depots. |