Quiz
- The Run Behavior Tree function belongs to which class?
a. Actor
b. Pawn
c. AIController
d. PlayerController
- A Blackboard is a specialized type of Blueprint that can have events and actions.
a. True
b. False
- The Behavior Tree graph can have control flow nodes and Task nodes.
a. True
b. False
- Which control flow node succeeds and stops running as soon as one child successfully runs?
a. Selector
b. Sequence
- Which element can we add to a node to provide conditions that must be met to run it?
a. Task
b. Decorator
c. Service