FlowGraph icon indicating copy to clipboard operation
FlowGraph copied to clipboard

Variable support in the graph, passing variables to nodes

Open MothDoctor opened this issue 3 years ago • 0 comments

There are plans but there's no reliable timeframe. It's not obvious which way to choose as a proper solution for all (at least most of) the projects. It could be

  • blueprint-based variables
  • blackboard-style
  • blueprint-style, but using a method similar to @ryanjon2040 pull request: https://github.com/MothCocoon/FlowGraph/pull/86
  • also might take inspiration from StateTree implementation in UE5

Flow Graph solution would need include support for UObject references.

MothDoctor avatar Jan 25 '22 10:01 MothDoctor