hxhb / ue4program

This is a Create UE StandaloneApplication tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a Create UE StandaloneApplication tool.


Languages

Language:C 92.4%Language:C++ 7.6%Language:Shell 0.0%