Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWorldCookPackageSplitter > API/Runtime/Engine/FWorldCookPackageSplitter/ISubSplitter
Description
This can return true to disable the save of the generator package, for fine-tuned output control. Return unset by default. All splitters should return the same value, or leave unset (as only one sub-splitter should be responsible for each package), otherwise the resulting mismatch will log an error.
| Name | SkipSaveGeneratorPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldCookPackageSplitter.h |
| Include Path | #include "WorldCookPackageSplitter.h" |
TOptional < bool > SkipSaveGeneratorPackage
(
const UPackage * OwnerPackage
)