FGameProjectHelper::GetAvailableConfigurations

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

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "GameProjectHelper.h"

Syntax

static TArray< FString > GetAvailableConfigurations
(
    const FString & GameName
)

Remarks

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

Returns

A list of build configuration names.

Parameters

Parameter

Description

GameName

The name of the game (i.e. Example or UDK).

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