Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Removes a platform from the cook list.
| Name | RemoveCookedPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void RemoveCookedPlatform
(
const FString & PlatformName
)
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The name of the platform to remove. |
See Also
-
AddBuildPlatform
-
GetBuildPlatforms