Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileLaunchRole
Description
Sets the initial map to launch with.
| Name | SetInitialMap |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h |
| Include Path | #include "ILauncherProfileLaunchRole.h" |
void SetInitialMap
(
const FString & MapName
)
Parameters
| Name | Remarks |
|---|---|
| MapName | The name of the map. |