FGameProjectHelper::IsGameAvailable

Checks whether the specified game is available.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "GameProjectHelper.h"

Syntax

static bool IsGameAvailable
(
    FString GameName
)

Remarks

Checks whether the specified game is available.

Returns

true if the game is available, false otherwise.

Parameters

Parameter

Description

GameName

The name of the game (i.e. ExampleGame or UDKGame).

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