This is a Create UE StandaloneApplication tool.
$ ue4program.exe $ProgramName
- move $ProgramName Folder to Engine\Source\Programs (version of source code)
- run GenerateProgramProject.bat
- run OpenProgramProject.bat
$ clang++ ue4program.cpp string_tools.cpp BaseProgramFile.cpp -o ue4program.exe -std=c++11