mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Various fixes
This commit is contained in:
@@ -22,11 +22,11 @@ export default class ObjectEntity extends IEntity {
|
||||
NodeGuid: GuidEntity,
|
||||
ErrorType: new TypeInitialization(IntegerEntity, false),
|
||||
ErrorMsg: new TypeInitialization(String, false, ""),
|
||||
CustomProperties: [PinEntity]
|
||||
CustomProperties: [PinEntity],
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {String} The name of the node
|
||||
* @returns {String}
|
||||
*/
|
||||
getName() {
|
||||
return this.Name
|
||||
|
||||
Reference in New Issue
Block a user