Skip to content

ubt.get_engine_path_from_sln

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

schola.core.utils.ubt.get_engine_path_from_sln

get_engine_path_from_sln

get_engine_path_from_sln(sln_file)

Extract the Unreal Engine path from a Visual Studio solution file.

Parameters

sln_file (Path) : Path to the .sln file.

Returns

Path to the Unreal Engine installation directory.

Return type: Path