Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherSimpleProfile
Description
Sets the cook mode.
| Name | SetCookMode |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetCookMode
(
ELauncherProfileCookModes::Type InMode
)
Parameters
| Name | Remarks |
|---|---|
| InMode | The cook mode. |
See Also
- GetCookMode