Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UDiffCookCommandlet
All the information we collect about a cooked depot.
| Name | FCookedDepot |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffCookCommandlet.h |
| Include Path | #include "Commandlets/DiffCookCommandlet.h" |
Syntax
struct FCookedDepot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ARState | FAssetRegistryState | Commandlets/DiffCookCommandlet.h | ||
| bARStateValid | bool | Commandlets/DiffCookCommandlet.h | ||
| bDevARStateValid | bool | Commandlets/DiffCookCommandlet.h | ||
| bValid | bool | Commandlets/DiffCookCommandlet.h | ||
| CookPath | FString | Commandlets/DiffCookCommandlet.h | ||
| DevARState | FAssetRegistryState | Commandlets/DiffCookCommandlet.h | ||
| LocalPathRoots | TMap< FString, FString > | Commandlets/DiffCookCommandlet.h | ||
| LongPackageNameRoots | TMap< FString, FString > | Commandlets/DiffCookCommandlet.h | ||
| PackageDatas | TArray< TUniquePtr< FPackageData > > | Commandlets/DiffCookCommandlet.h | ||
| PackageDatasByPackageName | TMap< FName, FPackageData * > | Commandlets/DiffCookCommandlet.h | ||
| ProjectName | FString | Commandlets/DiffCookCommandlet.h | ||
| TargetPlatform | const ITargetPlatform * | Commandlets/DiffCookCommandlet.h |