Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include | #include "CookOnTheSide/CookOnTheFlyServer.h" |
Syntax
struct FCookByTheBookStartupOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | BasedOnReleaseVersion | ||
| bool | bErrorOnEngineContentUse | This is a flag for dlc, will cause the cooker to error if the dlc references engine content | |
| bool | bGenerateDependenciesForMaps | ||
| bool | bGenerateStreamingInstallManifests | ||
| TArray< FString > | CookCultures | ||
| TArray< FString > | CookDirectories | ||
| TArray< FString > | CookMaps | ||
| ECookByTheBookOptions | CookOptions | ||
| TArray< FString > | CookPackages | List of packages we should cook, used to specify specific packages to cook | |
| FString | CreateReleaseVersion | ||
| FString | DLCName | ||
| TArray< FString > | IniMapSections | ||
| TArray< FString > | NeverCookDirectories | ||
| TArray< ITargetPlatform * > | TargetPlatforms |