Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTService
Description
Called when search enters underlying branch this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyOnSearch must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically
Derived Overrides
| Name | OnSearchStart |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTService.h |
| Include Path | #include "BehaviorTree/BTService.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTService.cpp |
virtual void OnSearchStart
(
FBehaviorTreeSearchData & SearchData
)