vault backup: 2024-02-23 12:20:57

This commit is contained in:
BlueRose 2024-02-23 12:20:57 +08:00
parent f6e502ae13
commit 7d2d7ce0ed

View File

@ -13,8 +13,8 @@ rating: ⭐⭐
# 命令行
## Win
```bash
cd /d D:/
cd D:/UnrealEngine/UnrealEngine5/Engine/Build/BatchFiles
cd /d E:/
cd E:/UnrealEngine/UnrealEngine5-Toon/Engine/Build/BatchFiles
RunUAT.bat BuildGraph -target="Make Installed Build Win64" -script=Engine/Build/InstalledEngineBuild.xml -set:WithDDC=true -set:SignExecutables=false -set:EmbedSrcSrvInfo=false -set:GameConfigurations=Development;Shipping -set:WithFullDebugInfo=false -set:HostPlatformEditorOnly=false -set:AnalyticsTypeOverride= -set:HostPlatformDDCOnly=true -set:WithWin64=true -set:WithMac=false -set:WithAndroid=false -set:WithIOS=false -set:WithTVOS=false -set:WithLinux=false -set:WithLinuxArm64=false -set:CompileDatasmithPlugins=false -set:WithServer=false -set:WithClient=false -set:WithHoloLens=false
```