Drawflow
Drawflow copied to clipboard
Named and typed multiple inputs/outputs in Drawflow?
I'd like to use Drawflow to create an Unreal blueprints type system where each input/output has a name and type.
Currently, I can't figure out how to
- Draw the names of each of the input/output ports
- Ensure that only compatible outputs can be connected to inputs - for this, I'm ok to do the type-checking in an event. However, I see no event for
beforeConnectionCreated
that would let me cancel the connection or indicate incompatibility.
Help?
Hi @aniongithub
It is not implemented.
I want to implement a system like https://github.com/jerosoler/Drawflow/issues/45#issuecomment-701554099. But I haven't had time yet.