12 lines
540 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.

# InvalidEnumValues
- **功能描述:** 指定枚举属性值上不可选的枚举值选项,用以排除一些选项
- **使用位置:** UPROPERTY
- **引擎模块:** Enum Property
- **元数据类型:** strings="abc"
- **限制类型:** 枚举属性值
- **关联项:** [ValidEnumValues](ValidEnumValues/ValidEnumValues.md)
- **常用程度:** ★★★
如果同时指定了InvalidEnumValues和ValidEnumValues且里面的值有重叠则还是以InvalidEnumValues的为准这项枚举值就是非法的。