import SelectableDraggable from "./SelectableDraggable" export default class UEBlueprintObject extends SelectableDraggable { 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 `