Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/FGameProjectHelper
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/GameProjectHelper.h |
| Include | #include "GameProjectHelper.h" |
static bool IsGameAvailable
&40;
FString GameName
&41;
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). |