Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include | #include "CookPackageSplitter.h" |
Syntax
class FRegisteredCookPackageSplitter
Remarks
Interface for internal use only (used by REGISTER_COOKPACKAGE_SPLITTER to register an ICookPackageSplitter for a class)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ICookPackageSplitter * | CreateInstance
(
UObject* Object |
||
| void | ForEach
(
TFunctionRef< void(FRegisteredCookPackageSplitter*)> Func |
||
| UClass * | |||
| FString | |||
| bool | ShouldSplitPackage
(
UObject* Object |