16 lines
514 B
Markdown
16 lines
514 B
Markdown
---
|
|
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]
|
|
``` |