/ue4program

This is a Create UE StandaloneApplication tool.

Primary LanguageC

This is a Create UE StandaloneApplication tool.

Usage

$ ue4program.exe $ProgramName
  1. move $ProgramName Folder to Engine\Source\Programs (version of source code)
  2. run GenerateProgramProject.bat
  3. run OpenProgramProject.bat

build

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