mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
New nodes types added
This commit is contained in:
@@ -19,6 +19,6 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
}
|
||||
|
||||
getName() {
|
||||
return this.path.match(/[^\.\/]+$/)[0]
|
||||
return this.path.match(/[^\.\/]+$/)?.[0] ?? ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user