Skip to content

ubt.build_executable

Full path: schola.core.utils.ubt.build_executable

schola.core.utils.ubt.build_executable

build_executable

build_executable(project_file, build_dir, ubt_path)

Build an Unreal Engine project executable using the Unreal Build Tool.

Parameters

project_file (str) : Path to the .uproject file.

build_dir (str) : Directory where the built executable will be staged.

ubt_path (str) : Path to the Unreal Build Tool (RunUAT) script.

Returns

The result of the build process.

Return type: subprocess.CompletedProcess