17 lines
622 B
Markdown
17 lines
622 B
Markdown
---
|
|
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
|
|
``` |