This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
title: Untitled
date: 2023-08-15 18:39:16
excerpt:
tags:
rating: ⭐
---
# UBT生成解决方案
生成解决方案格式:
```bash
# bash path in Engine\Source\Programs\StandaloneApplication
$ UnrealBuildTool.exe -notinstallengine -ProjectFiles StandaloneApplication
```
之后就会在`Engine\Intermediate\ProjectFiles`出现解决方案。
比如:
```bash
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`出现解决方案。