Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter > API/Editor/UnrealEd/ICookPackageSplitter/FPopulateContext
Description
Placeholder UPackage and relative path information for all packages that will be generated.
This function is only available in Populate and PreSave calls. It returns an empty array during PostSave. This function is only available in calls on the generator package. It returns an empty array during calls to generated packages.
| Name | GetGeneratedPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Cooker/CookGenerationHelper.cpp |
TConstArrayView< ICookPackageSplitter::FGeneratedPackageForPopulate > & GetGeneratedPackages()