Skip to content

State Tree

JiRath edited this page Apr 2, 2024 · 6 revisions

State Tree Information

  • Evaluators basically gather data to be used in the state tree
  • Enter Conditions are used on leaf nodes to see whether a leaf should be executed
  • Tasks from ST are like BT, execute logic
  • Transitions allow the state tree to go to other branches based on a condition Reference: https://docs.unrealengine.com/5.0/en-US/overview-of-state-tree-in-unreal-engine/
  • Category for UPROPERTY in InstanceData determines what kind of value it is (Input, Output, Parameter)

Evaluators

Tasks

Variables

External Data

Clone this wiki locally