mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 02:10:38 +08:00
Paste event handling WIP
This commit is contained in:
@@ -24,4 +24,12 @@ export default class ObjectEntity extends Entity {
|
||||
getAttributes() {
|
||||
return ObjectEntity.attributes
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @returns {String} The name of the node
|
||||
*/
|
||||
getNodeDisplayName() {
|
||||
return this.Name
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user