How to create a build that doesn't require external downloads (like c++ redistributables)?

We are unable to build a windows .exe that will work on machines that do not already have ue4 on them. They require external .dlls (like the c++ redistributables). Is there a build setting that will fix this? Our project uses blueprint only, no custom c++.