mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Trace type enum
This commit is contained in:
@@ -40,7 +40,9 @@ export default class EnumPinTemplate extends IInputPinTemplate {
|
||||
]
|
||||
})
|
||||
?? Configuration.CommonEnums[this.element.entity.getSubCategory()]?.map(k =>
|
||||
[k, Utility.formatStringName(k)]
|
||||
k instanceof Array
|
||||
? k
|
||||
: [k, Utility.formatStringName(k)]
|
||||
)
|
||||
?? []
|
||||
const defaultEntry = this.element.getDefaultValue().toString()
|
||||
|
||||
Reference in New Issue
Block a user