Getting UE4 source code in my project solution

Hi everyone…
Until now, I used to get UE4 code from github and compiled it. This time I decided to get the UE4 from the Unreal Engine Launcher.

But I cannot accesses the UE4 source code in my project solution.

23283-capture.jpg

Any way in which I could access the source code without downloading the files again?

Hi ,

When you use the binary version of the Engine installed by the Launcher, all of the source code comes pre-compiled as binaries, so you are not able to actually see the source code. The actual source code files are only included in projects that are created using a version of the Engine that you have built from source code.