You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
set GAME=QAGame
|
|
pushd ..\..\..\..\
|
|
cd Engine\Binaries\Win64\
|
|
UE4Editor.exe QAGame -run=cook -targetplatform=HTML5 -map=/Game/Maps/QAEntry
|
|
popd
|