FGameProjectHelper::GetAvailableMaps

Gets the list of available maps for the specified game.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/GameProjectHelper.h

Include

#include "GameProjectHelper.h"

Syntax

static TArray< FString > GetAvailableMaps
(
    FString GameName,
    bool IncludeEngineMaps,
    bool Sorted
)

Remarks

Gets the list of available maps for the specified game.

Returns

A list of available map names.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss