Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter
Description
If true, this splitter requires that the given generated package be empty before calling the populate function. Returning false will allow the splitter to precreate packages instead of relying on the cooker to create them.
| Name | RequiresEmptyPackageBeforePopulate |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
virtual bool RequiresEmptyPackageBeforePopulate
(
const UPackage * Package
)