mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Entities semplification
* Entities semplification WIP * Bug fixes after entity semplification * Fix object serialization
This commit is contained in:
@@ -7,12 +7,15 @@ export default class MacroGraphReferenceEntity extends IEntity {
|
||||
static attributes = {
|
||||
MacroGraph: {
|
||||
type: ObjectReferenceEntity,
|
||||
default: () => new ObjectReferenceEntity(),
|
||||
},
|
||||
GraphBlueprint: {
|
||||
type: ObjectReferenceEntity,
|
||||
default: () => new ObjectReferenceEntity(),
|
||||
},
|
||||
GraphGuid: {
|
||||
type: GuidEntity,
|
||||
default: () => new GuidEntity(),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user