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