Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UDiffCookCommandlet
Description
Compares the two depots as sets of binary files, without any interpretation of the bytes within each file. All the extensions for a package are grouped together, and it does apply a little reasoning about the relationships between recognized extensions. Returns a diffresult that lists just the differences.
| Name | DiffDepotAsBinary |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffCookCommandlet.h |
| Include Path | #include "Commandlets/DiffCookCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffCookCommandlet.cpp |
FDiffResult DiffDepotAsBinary()