Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UDiffCookCommandlet
Diff result and diagnostic information about the diff after comparing the versions of a package in two cooked depots.
| Name | FPackageDiffResult |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffCookCommandlet.h |
| Include Path | #include "Commandlets/DiffCookCommandlet.h" |
Syntax
struct FPackageDiffResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPackageDiffResult
(
FName InPackageName, |
Commandlets/DiffCookCommandlet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CombinedOffset | int64 | Commandlets/DiffCookCommandlet.h | ||
| Extension | EPackageExtension | Commandlets/DiffCookCommandlet.h | ||
| Offset | int64 | Commandlets/DiffCookCommandlet.h | ||
| PackageName | FName | Commandlets/DiffCookCommandlet.h | ||
| Result | EPackageDiffResult | Commandlets/DiffCookCommandlet.h |