14 lines
451 B
Markdown
Raw 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.

# OptionalWidget
- **功能描述:** 指定在C++类中该Widget属性可以绑定到UMG的某个同名控件也可以不绑定。
- **使用位置:** UPROPERTY
- **引擎模块:** Widget Property
- **元数据类型:** bool
- **限制类型:** UWidget子类里属性
- **关联项:** [BindWidget](BindWidget/BindWidget.md)
- **常用程度:** ★★★
必须配合BindWidget使用。
BindWidget+OptionalWidget=BindWidgetOptional