Ue4program
This is a Create UE StandaloneApplication tool.
Install / Use
/learn @hxhb/Ue4programREADME
This is a Create UE StandaloneApplication tool.
Usage
$ ue4program.exe $ProgramName
- move $ProgramName Folder to Engine\Source\Programs (version of source code)
- run GenerateProgramProject.bat
- run OpenProgramProject.bat

build
$ clang++ ue4program.cpp string_tools.cpp BaseProgramFile.cpp -o ue4program.exe -std=c++11
