FGameProjectHelper::IsGameAvailable

Checks whether the specified game is available.

Unreal Engine C++ API Reference > Developer > LauncherServices > FGameProjectHelper

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/GameProjectHelper.h
Include #include "GameProjectHelper.h"
static bool IsGameAvailable
(
    [FString](API\Runtime\Core\Containers\FString) GameName
)

Remarks

Checks whether the specified game is available. true if the game is available, false otherwise.

Parameters

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library