From 80fa8a4c4284f5052ad2a4fd144136cacc25a31a Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Tue, 15 Aug 2023 19:24:33 +0800 Subject: [PATCH] vault backup: 2023-08-15 19:24:33 --- .../Other/编译UE Standalone Application.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md diff --git a/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md b/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md new file mode 100644 index 0000000..af46f99 --- /dev/null +++ b/03-UnrealEngine/Gameplay/Other/编译UE Standalone Application.md @@ -0,0 +1,17 @@ +--- +title: Untitled +date: 2023-08-15 18:39:16 +excerpt: +tags: +rating: ⭐ +--- +```bash +# bash path in Engine\Source\Programs\StandaloneApplication +$ UnrealBuildTool.exe -notinstallengine -ProjectFiles StandaloneApplication +``` + +```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