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

Moves the Start or Load of the RootFlow to a virtual function. #208

Closed soraphis closed 2 months ago

soraphis commented 3 months ago
This allows projects are finer controll when implementing saving and loading.

E.g. in my project I overwrite the function in a way to not call "LoadRootFlow()" in BeginPlay(). It is called as Part of my Persistence Subsystem