Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FBehaviorTreeSearchUpdateNotify
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BehaviorTree/BehaviorTreeTypes.h | |||
FBehaviorTreeSearchUpdateNotify
(
uint16 InInstanceIndex, |
BehaviorTree/BehaviorTreeTypes.h |
FBehaviorTreeSearchUpdateNotify()
| Name | FBehaviorTreeSearchUpdateNotify |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
| Include Path | #include "BehaviorTree/BehaviorTreeTypes.h" |
FBehaviorTreeSearchUpdateNotify()
FBehaviorTreeSearchUpdateNotify(uint16, EBTNodeResult::Type)
| Name | FBehaviorTreeSearchUpdateNotify |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
| Include Path | #include "BehaviorTree/BehaviorTreeTypes.h" |
FBehaviorTreeSearchUpdateNotify
(
uint16 InInstanceIndex,
EBTNodeResult::Type InNodeResult
)