Skip to content

ubt.get_ubt_path

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

Get the path to the Unreal Build Tool (UBT) RunUAT script.

get_ubt_path(sln_or_project_folder, ue_version = '5.5')

Parameters

  • project_folder (Path) - Path to the project folder.

  • ue_version (str, default: "5.5") - The Unreal Engine version to use for fallback default path.

  • sln_or_project_folder (Path)