mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 11:47:30 +08:00
Various fixes
This commit is contained in:
@@ -30,7 +30,12 @@ export default class PinEntity extends IEntity {
|
||||
bSerializeAsSinglePrecisionFloat: false,
|
||||
},
|
||||
LinkedTo: new TypeInitialization([PinReferenceEntity], false),
|
||||
DefaultValue: new TypeInitialization(new SerializedType(LinearColorEntity, String), false),
|
||||
DefaultValue: new TypeInitialization(
|
||||
new SerializedType([
|
||||
LinearColorEntity,
|
||||
]),
|
||||
false
|
||||
),
|
||||
AutogeneratedDefaultValue: new TypeInitialization(String, false),
|
||||
DefaultObject: new TypeInitialization(ObjectReferenceEntity, false, null),
|
||||
PersistentGuid: GuidEntity,
|
||||
|
||||
Reference in New Issue
Block a user