MothCocoon / FlowGraph

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

Non-unity mode build fixes #178

Closed InfiniteAutomaton closed 11 months ago

InfiniteAutomaton commented 11 months ago

I needed to switch my project to non-unity mode. These are the changes required to keep FlowGraph compiling in that configuration.

MothDoctor commented 11 months ago

Thanks for your contribution! :)