Skip to content

ubt.get_ue_version

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

schola.core.utils.ubt.get_ue_version

get_ue_version

get_ue_version(project_file)

Extract the Unreal Engine version from a .uproject file.

Parameters

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

Returns

The Unreal Engine version string (e.g., "5.5").

Return type: str