Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Adds a platform to cook (only used if cooking by the book).
| Name | AddCookedPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void AddCookedPlatform
(
const FString & PlatformName
)
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The name of the platform to add. |
See Also
-
ClearCookedPlatforms
-
GetCookedPlatforms
-
RemoveCookedPlatform