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,13 @@
# NativeConstTemplateArg
- **功能描述:** 指定该属性是一个const的模板参数。
- **使用位置:** UPROPERTY
- **引擎模块:** UHT
- **元数据类型:** bool
- **常用程度:** 0
指定该属性是一个const的模板参数。
在源码里并没有找到使用的地方。只有在UHT中用到。
在UHT中查看主要是UhtArrayProperty和UhtObjectPropertyBaseUhtOptionalProperty。