Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include | #include "CookPackageSplitter.h" |
Syntax
struct FGeneratedPackage
Remarks
Data sent to the cooker to describe each desired generated package
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | GeneratedRootPath | Parent path for the generated package. If empty, uses the generator's package path. | |
| FBlake3Hash | GenerationHash | Hash of the data used to construct the generated package that is not covered by the dependencies. | |
| TArray< FAssetDependency > | PackageDependencies | AssetRegistry dependencies for the generated package. | |
| FString | RelativePath | Generated package relative to |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TOptional< bool > & | |||
| void | SetCreateAsMap
(
bool bInCreateAsMap |
GetGenerateList must specify true if the package will be a map (.umap, contains a UWorld or ULevel), else false |