9 lines
373 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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