678 B
678 B
title, date, excerpt, tags, rating
title | date | excerpt | tags | rating |
---|---|---|---|---|
Untitled | 2023-08-15 18:39:16 | ⭐ |
UBT生成解决方案
生成解决方案格式:
# bash path in Engine\Source\Programs\StandaloneApplication
$ UnrealBuildTool.exe -notinstallengine -ProjectFiles StandaloneApplication
之后就会在Engine\Intermediate\ProjectFiles
出现解决方案。
比如:
cd D:\UnrealEngine\UnrealEngine5\Engine\Source\Programs\HotUpdateGuard
D:\UnrealEngine\UnrealEngine5\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.exe -notinstallengine -ProjectFiles HotUpdateGuard
之后在D:\UnrealEngine\UnrealEngine5\Engine\Intermediate\ProjectFiles
出现解决方案。