FApp::IsEngineInstalled

Checks whether the engine components of this application have been installed.

Windows
MacOS
Linux

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

Syntax

static bool IsEngineInstalled()

Remarks

Checks whether the engine components of this application have been installed.

In binary UE4 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.

Returns

true if the engine is installed, false otherwise.

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