From e41294038d23966eb84dbaac463ee89604fb1e86 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Tue, 15 Aug 2023 19:35:06 +0800 Subject: [PATCH] vault backup: 2023-08-15 19:35:06 --- .../Gameplay/Other/编译UE Standalone Application.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md b/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md index af46f99..ee58782 100644 --- a/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md +++ b/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md @@ -5,13 +5,17 @@ excerpt: tags: rating: ⭐ --- +# UBT生成解决方案 +生成解决方案格式: ```bash # bash path in Engine\Source\Programs\StandaloneApplication $ UnrealBuildTool.exe -notinstallengine -ProjectFiles StandaloneApplication ``` +之后就会在`Engine\Intermediate\ProjectFiles`出现解决方案。 +比如: ```bash -Zhalipeng MINGW64 /d/UE_4.18/Engine/Source/Programs/StandaloneApplication (master) -$ ../../../../Engine/Binaries/DotNET/UnrealBuildTool.exe -notinstallengine -ProjectFiles StandaloneApplication -ERROR: UnrealBuildTool Exception: A game project path was not specified, which is required when generating project files using an installed build or passing -game on the command line -``` \ No newline at end of file +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`出现解决方案。 \ No newline at end of file