You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
beforeConnectionCreated
that would let me cancel the connection or indicate incompatibility.Help?
The text was updated successfully, but these errors were encountered: