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

Properly deprecate LogError #141

Closed ryanjon2040 closed 1 year ago

ryanjon2040 commented 1 year ago

Previously it was only deprecated for Blueprint. Now it is for C++ too.

MothDoctor commented 1 year ago

Oh, awesome, thanks again :)