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,16 @@
---
title: 未命名
date: 2024-06-07 16:40:28
excerpt:
tags:
rating: ⭐
---
# 自定义引擎版本
- https://forums.unrealengine.com/t/where-to-inject-custom-engine-versioning/305079
- 官方文档
- https://dev.epicgames.com/documentation/en-us/unreal-engine/versioning-of-assets-and-packages-in-unreal-engine?application_version=5.3
具体的命令应该说是
```
RunUAT.bat UpdateLocalVersion [-CL=INT] [-CompatibleCL=INT] [-Build=STRING] [-SkipHeader] [-Licensee] [-Promoted=BOOL] [-Branch=STRING]
```