Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FApp
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/App.h |
Include | #include "Misc/App.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static bool IsEngineInstalled&40;&41;
Remarks
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. true if the engine is installed, false otherwise.