vault backup: 2023-08-15 19:24:33

This commit is contained in:
BlueRose 2023-08-15 19:24:33 +08:00
parent b1ff8883db
commit 80fa8a4c42

View File

@ -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
```