MothCocoon / FlowGraph

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

SaveSystem: Blueprint Compatibility #158

Closed soraphis closed 1 year ago

soraphis commented 1 year ago

Without 'AbortActiveFlows' it's not possible to create a save/load system for loading while the level is already loaded.

this PR fixes that.