Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter > API/Editor/UnrealEd/ICookPackageSplitter/FGeneratedPackage
Description
Must be called with true or false for each GeneratedPackage reported in the GenerationManifest. Report whether PopulateGeneratorPackage will populate the package as a map (contains a UWorld or ULevel), and it should therefore be assigned a .umap extension, or as a non-map package, with a .uasset extension.
| Name | SetCreateAsMap |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
void SetCreateAsMap
(
bool bInCreateAsMap
)