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