MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.17k stars 228 forks source link

Adapted Blueprint data pin logic to Flow #217

Open LindyHopperGT opened 1 month ago

LindyHopperGT commented 1 month ago

Groundwork for adding data pins to Flow.

This is only the editor-side schema code controlling how the pins connect to eachother. Getting the data through the wires will be added in a later changelist.