Hi,
Context: I am working on a collection of powershell & python scripts to streamline processes for my team.
Goal: I want to find all installed unreal engine versions including their directory. My current thought is to locate the Epic Games Launcher, and then using a relative path locate a file which hold information on installed engine versions, i.e a .txt with defines.
The problem - I can’t find any file that hold information about installed engines anywhere. I see that UnrealEngineSelector.exe uses the information, but I am not able to access the info with my current knowledge.
Question: Are there any files where I can access this info? Like a .txt with defines. Or are there other ways I can locate all installed engines’ directories - without searching through the discs.