Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBTCompositeNode
- UBTNode::CleanupMemory()
- UBTCompositeNode::CleanupMemory()
- UBTComposite_SimpleParallel::CleanupMemory()
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include | #include "BehaviorTree/BTCompositeNode.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTCompositeNode.cpp |
virtual void CleanupMemory
(
UBehaviorTreeComponent & OwnerComp,
uint8 * NodeMemory,
EBTMemoryClear::Type CleanupType
) const
Remarks
Cleanup memory block. CleanupNodeMemory template function is provided to help cleanup the memory.