FGameProjectHelper

Implements a helper class for finding project specific information.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "GameProjectHelper.h"

Syntax

class FGameProjectHelper

Remarks

Implements a helper class for finding project specific information.

Functions

Name Description

Public function Static

TArray< FStr...

 

GetAvailableConfigurations

(
    const FString& GameName
)

Gets a list of available build configurations for the specified game name.

Public function Static

TArray< FStr...

 

GetAvailableGames()

Gets a list of available game names.

Public function Static

TArray< FStr...

 

GetAvailableMaps

(
    FString GameName,
    bool IncludeEngineMaps,
    bool Sorted
)

Gets the list of available maps for the specified game.

Public function Static

bool

 

IsGameAvailable

(
    FString GameName
)

Checks whether the specified game is available.

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