Certain global values can be set using environment variables. These values are usually dynamic, such as the build.id which may change with each build.

RUNREAL_ENGINE_PATH
string

Sets the engine path or engine.path in the config file.

RUNREAL_PROJECT_PATH
string

Sets the project path or project.path in the config file.

RUNREAL_BUILD_ID
string

Sets the build id or build.id in the config file.

RUNREAL_BUILD_PATH
string

Sets the build path or build.path in the config file.

RUNREAL_GIT_DEPENDENCIES_CACHE_PATH
string

Sets the git dependencies cache path or git.dependenciesCachePath in the config file.

RUNREAL_GIT_MIRRORS_PATH
string

Sets the git mirrors path or git.mirrorsPath in the config file.