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,8 @@
# EntryClass
- **功能描述:** 限定EntryWidgetClass属性上可选类必须继承自的基类用在DynamicEntryBox和ListView这两个Widget上。
- **使用位置:** UCLASS, UPROPERTY
- **元数据类型:** string="abc"
- **限制类型:** UWidget子类
- **关联项:** [EntryInterface](EntryInterface/EntryInterface.md)
- **常用程度:** ★★★