UBTService_BlueprintBase::OnSearchStart

Called when search enters underlying branch this function should be considered as const (don't modify state of object) if node is not instanced!

Windows
MacOS
Linux

Override Hierarchy

UBTService::OnSearchStart()

UBTService_BlueprintBase::OnSearchStart()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_BlueprintBase.h

Include

#include "BehaviorTree/Services/BTService_BlueprintBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Services/BTService_BlueprintBase.cpp

Syntax

virtual void OnSearchStart
(
    FBehaviorTreeSearchData & SearchData
)

Remarks

Called when search enters underlying branch this function should be considered as const (don't modify state of object) if node is not instanced!

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss