Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Checks whether the engine components of this application have been installed.
In binary Unreal Engine releases, the engine can be installed while the game is not. The game IsInstalled() setting will take precedence over this flag.
To override, pass -engineinstalled or -enginenotinstalled on the command line.
| Name | IsEngineInstalled |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static bool IsEngineInstalled()
true if the engine is installed, false otherwise.