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

Flow AddOns #202

Closed LindyHopperGT closed 2 months ago

LindyHopperGT commented 4 months ago

Introduced FlowAddOns

~ Major rework of the Flow Editor to support AddOns ~ Also added ExecuteComponent flow node, which allows a component of the owning actor (if it implements a specific interface) to be executed via a proxy node in the Flow Graph. We use this to wrap some legacy systems in flow graph nodes.