Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree
Inheritance Hierarchy
- FBTCompositeMemory
- FBTParallelMemory
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include | #include "BehaviorTree/BTCompositeNode.h" |
Syntax
struct FBTCompositeMemory
Variables
| Type | Name | Description | |
|---|---|---|---|
| int8 | CurrentChild | Index of currently active child node | |
| int8 | OverrideChild | Child override for next selection |