Where is the UE4BuildConfiguration.cs located?

Where is the UE4BuildConfiguration.cs located, I can’t seem to find it anywhere. Is it located in the Source code off github?

Hello, TheOneWolf

To find BuildConfiguration.cs for Unreal Build Tool, please go to \Engine\Source\Programs\UnrealBuildTool\Configuration.

Please note that there are also .build.cs files for each UE4 module.

If you like to learn more about Unreal Build System, please go here:

Hope this helped!

Good luck!

I do not have a “UnrealBuildTool” within my programs folder. I am using the Binary build, do I need the source build for this?

TheOneWolf is right. There’s no folder with that name. In the build system they talk about this file but it doesn’t exist.

Did you have any answer?

You are not looking at the full source code If you don’t have /Engine/Source/Programs. Sign up a github account, link the username in your Epic account, wait for the auto-invite email, then head to github and grab the source code release of your engine version. You should find the relevant source files under /Engine/Source/Programs/UnrealBuildTool/Configuration as answered previously.