Skip to content

ubt.get_ubt_path

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

schola.core.utils.ubt.get_ubt_path

get_ubt_path

get_ubt_path(project_folder, ue_version="5.5")

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

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.

Returns

Path to the RunUAT batch/shell script.

Return type: Path