Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Removes a cooked map.
| Name | RemoveCookedMap |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void RemoveCookedMap
(
const FString & MapName
)
Parameters
| Name | Remarks |
|---|---|
| MapName | The name of the map to remove. |