# EntryClass

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