mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-18 20:34:54 +08:00
Still WIP
This commit is contained in:
@@ -14,20 +14,18 @@ export default class KnotEntity extends ObjectEntity {
|
||||
values.Name = "K2Node_Knot"
|
||||
const inputPinEntity = new PinEntity(
|
||||
{ PinName: "InputPin" },
|
||||
true
|
||||
)
|
||||
const outputPinEntity = new PinEntity(
|
||||
{
|
||||
PinName: "OutputPin",
|
||||
Direction: "EGPD_Output",
|
||||
},
|
||||
true
|
||||
)
|
||||
if (pinReferenceForType) {
|
||||
inputPinEntity.copyTypeFrom(pinReferenceForType)
|
||||
outputPinEntity.copyTypeFrom(pinReferenceForType)
|
||||
}
|
||||
values["CustomProperties"] = [inputPinEntity, outputPinEntity]
|
||||
super(values, true)
|
||||
super(values)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user