import UEBlueprintDraggableObject from "./UEBlueprintDraggableObject.js" export default class UEBlueprintObject extends UEBlueprintDraggableObject { static classInputs = [/* { name: "Input Example", type: 'integer' } */] static classOutputs = [/* { name: "Return Value", type: 'string' }*/ ] static classInFlow = false static classOutFlow = false static className = 'Empty node' header() { return `