Skip to content

ubt.quick_build_unreal_project

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

Build function with reasonable defaults to build an Unreal Engine project and return the path to the executable.

quick_build_unreal_project(project_folder, build_dir, ubt_path = None)

Parameters

  • project_folder (str) - Path to the project folder containing the .uproject file.

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

  • ubt_path (Optional) - Path to the Unreal Build Tool. If None, it will be auto-detected.