Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter
Representation of generated packages prepared by the cooker.
| Name | FGeneratedPackageForPopulate |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
Syntax
struct FGeneratedPackageForPopulate
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreatedAsMap | bool | *GetCreateAsMap reported in GenerationManifest. | CookPackageSplitter.h | |
| GeneratedRootPath | FString | Root reported in the GenerationManifest. | CookPackageSplitter.h | |
| Package | UPackage * | Non-null UPackage. | CookPackageSplitter.h | |
| RelativePath | FString | RelativePath reported in the GenerationManifest. | CookPackageSplitter.h |