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

Backward compatibility changes to allow the code to still build with UE 5.1 #159

Closed LindyHopperGT closed 1 year ago

LindyHopperGT commented 1 year ago

Added some #if's to allow the code to compile in 5.1 (assuming the flow.uplugin target is locally set to 5.1)

LindyHopperGT commented 1 year ago

will try again