Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetRegistryGenerator
Differences between the current and the previous state.
| Name | FAssetRegistryDifference |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AssetRegistryGenerator.h |
| Include Path | #include "Commandlets/AssetRegistryGenerator.h" |
Syntax
struct FAssetRegistryDifference
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeneratorPackages | TMap< FName, FGeneratorPackageInfo > | Collection of Generator packages and the packages they generated. | Commandlets/AssetRegistryGenerator.h | |
| Packages | TMap< FName, EDifference > | Collection of all non-generated packages contained in the previous cook, and their difference category. | Commandlets/AssetRegistryGenerator.h |