Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Adds a map to cook (only used if cooking by the book).
| Name | AddCookedMap |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void AddCookedMap
(
const FString & MapName
)
Parameters
| Name | Remarks |
|---|---|
| MapName | The name of the map to cook. |
See Also
-
ClearCookedMaps
-
GetCookedMaps
-
RemoveCookedMap