MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine

Home Page:https://discord.gg/Xmtr6GhbmW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UFlowNode::LogError should be const

Mephiztopheles opened this issue · comments

We can't call LogError from a const function, because LogError is not marked as const, but it doesn't change something.

Might be a good idea to check other functions too