You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Now CVD can be built as an unreal program (in addition to being an editor tool). #jira UE-191890 #rb Benn.Gallagher [CL 32844991 by sergio gardeazabal in ue5-main branch]
3 lines
423 B
Batchfile
Executable File
3 lines
423 B
Batchfile
Executable File
echo off
|
|
call "%~dp0..\..\Build\BatchFiles\RunUAT.bat" MakeCookedEditor -nop4 -utf8output -project="%~dp0/ChaosVisualDebugger.uproject" -DDC=noshared -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="%~dp0PackagedBuild" -clientconfig="Development" -cook -nocompile -nocompileuat -AdditionalCookerOptions=" -CookProcessCount=4" -unrealexe="ChaosVisualDebugger.exe" %*
|
|
exit /b !ERRORLEVEL! |