mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Niagara convert nodes
This commit is contained in:
@@ -119,4 +119,8 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
}
|
||||
return this.type == other.type && this.path == other.path
|
||||
}
|
||||
|
||||
toString() {
|
||||
return this.full(this.type, this.path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user