Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/FGameProjectHelper
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/GameProjectHelper.h |
| Include | #include "GameProjectHelper.h" |
static TArray< FString > GetAvailableMaps
&40;
FString GameName,
bool IncludeEngineMaps,
bool Sorted
&41;
Remarks
Gets the list of available maps for the specified game. A list of available map names.
Parameters
| Name | Description |
|---|---|
| GameName | The name of the game (i.e. Example or UDK). |
| IncludeEngineMaps | Whether maps in the Engine folder should be included. |
| Sorted | Whether the list of maps should be sorted alphabetically. |