Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter
Description
Static API functions - these static functions are referenced by REGISTER_COOKPACKAGE_SPLITTER before creating an instance of the class. Return whether IsCachedCookedPlatformDataLoaded needs to return true for all UObjects in the generator package before ShouldSplit or ReportGenerationManifest can be called. If true this slows down our ability to parallelize the cook of the generated packages.
| Name | RequiresCachedCookedPlatformDataBeforeSplit |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
static bool RequiresCachedCookedPlatformDataBeforeSplit()