Skip to content

ubt.build_executable

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

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

build_executable(project_file, build_dir, ubt_path, **kwargs)

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.

  • **kwargs - Additional arguments to pass to the UBTCommand constructor.