mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Flip Flop node info added and minor adjustments
This commit is contained in:
@@ -91,10 +91,10 @@ export default class ObjectSerializer extends Serializer {
|
||||
key => entity[key] instanceof ObjectEntity ? "" : attributeKeyPrinter(key)
|
||||
)
|
||||
+ entity.CustomProperties.map(pin =>
|
||||
this.attributeSeparator
|
||||
+ moreIndentation
|
||||
moreIndentation
|
||||
+ attributeKeyPrinter("CustomProperties ")
|
||||
+ SerializerFactory.getSerializer(PinEntity).doWrite(pin, insideString)
|
||||
+ this.attributeSeparator
|
||||
)
|
||||
.join("")
|
||||
+ indentation + "End Object"
|
||||
|
||||
Reference in New Issue
Block a user