Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Sets the build configuration of the cooker.
| Name | SetCookConfiguration |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
void SetCookConfiguration
(
EBuildConfiguration Configuration
)
Parameters
| Name | Remarks |
|---|---|
| Configuration | The cooker's build configuration to set. |