9 lines
373 B
Markdown
Raw Normal View History

2024-10-12 17:19:46 +08:00
# EntryClass
- **功能描述:** 限定EntryWidgetClass属性上可选类必须继承自的基类用在DynamicEntryBox和ListView这两个Widget上。
- **使用位置:** UCLASS, UPROPERTY
- **元数据类型:** string="abc"
- **限制类型:** UWidget子类
- **关联项:** [EntryInterface](EntryInterface/EntryInterface.md)
- **常用程度:** ★★★