Analyzation of AI Modules in Unreal Engine(3) : State Tree
StateTree is a general-purpose hierarchical state machine that combines the Selectors from behavior trees with States and Transitions from state machines. Users can create highly performant logic that stays flexible…