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

feat: Added BlueprintCallable function to trigger a custom input on a FlowComponent. #214

Open soraphis opened 2 months ago

soraphis commented 2 months ago

this allows more control from the owner of a FlowComponent, incases where sending a notify from actor would be more cumbersome.