How do you launch editor build without Visual Studio? (source build)

Hi,

I’ve built the editor version of my project, how can I open it without running it through Visual Studio?

Thanks

There should be an executable in [YourUnrealEngineFolder]/Engine/Binaries/Win64/UE4Editor.exe or something similar, that you could use. If you are using a different platform, replace Win64 with whatever you are using.