Hi all, I’ve been working on some CI automation testing, I previously had it all up and running on my local Windows machine using the UnrealEditor-Cmd.exe with all the appropriate arguments, but I’ve since moved the server to a Linux server on cloud, but I can’t find any UnrealEditor-Cmd.exe equivalent for Linux to run in shell…
Anyone know what can be used?
I had the same question since i want to move my automated testing from a windows server to a linux server. I looked into the UE Docker Container Guide and got it running.
Inside the Container in the Engine/Binaries/Linux folder there is a UnrealEditor-Cmd program. So i believe in any Linux UnrealEditor installation there should be a equivalent program for the UnrealEditor-Cmd.exe.