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