Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/FAssetRegistryGenerator > API/Editor/UnrealEd/Commandlets/FAssetRegistryGenerator/FAssetRegistryDifference
Syntax
TMap< FName, FGeneratorPackageInfo > GeneratorPackages
Remarks
Collection of Generator packages and the packages they generated. The keys of the map are Generator packages, and these packages exist in this->Packages. But the values include a list of Generated packages, which are not present in Packages. Generated packages cannot be given a difference category until the Generator runs, or if the Generator is unmodified.