mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 08:34:46 +08:00
Flip Flop node info added and minor adjustments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Utility from "../Utility.js"
|
||||
import IEntity from "./IEntity.js"
|
||||
|
||||
export default class ObjectReferenceEntity extends IEntity {
|
||||
@@ -27,6 +28,6 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
}
|
||||
|
||||
getName() {
|
||||
return this.path.match(/[^\.\/]+$/)?.[0] ?? ""
|
||||
return Utility.getNameFromPath(this.path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user