Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named and typed multiple inputs/outputs in Drawflow? #323

Open
aniongithub opened this issue Dec 16, 2021 · 1 comment
Open

Named and typed multiple inputs/outputs in Drawflow? #323

aniongithub opened this issue Dec 16, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@aniongithub
Copy link

aniongithub commented Dec 16, 2021

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

  1. Draw the names of each of the input/output ports
  2. 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?

@jerosoler jerosoler self-assigned this Dec 17, 2021
@jerosoler jerosoler added the question Further information is requested label Dec 17, 2021
@jerosoler
Copy link
Owner

Hi @aniongithub

It is not implemented.

I want to implement a system like #45 (comment). But I haven't had time yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants