Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBehaviorTreeComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestExecution
(
const UBTDecorator* RequestedBy |
Replaced by the RequestBranchEvaluation from decorator | BehaviorTree/BehaviorTreeComponent.h | |
void RequestExecution
(
EBTNodeResult::Type ContinueWithResult |
Replaced by RequestBranchEvaluation with EBTNodeResult | BehaviorTree/BehaviorTreeComponent.h | |
void RequestExecution
(
const UBTCompositeNode* RequestedOn, |
Request execution change | BehaviorTree/BehaviorTreeComponent.h |
RequestExecution(const UBTDecorator *)
Description
Replaced by the RequestBranchEvaluation from decorator
| Name | RequestExecution |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h |
| Include Path | #include "BehaviorTree/BehaviorTreeComponent.h" |
void RequestExecution
(
const UBTDecorator * RequestedBy
)
RequestExecution(EBTNodeResult::Type)
Description
Replaced by RequestBranchEvaluation with EBTNodeResult
| Name | RequestExecution |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h |
| Include Path | #include "BehaviorTree/BehaviorTreeComponent.h" |
void RequestExecution
(
EBTNodeResult::Type ContinueWithResult
)
RequestExecution(const UBTCompositeNode , const int32, const UBTNode , const int32, const EBTNodeResult::Type, bool)
Description
Request execution change
| Name | RequestExecution |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeComponent.h |
| Include Path | #include "BehaviorTree/BehaviorTreeComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BehaviorTreeComponent.cpp |
void RequestExecution
(
const UBTCompositeNode * RequestedOn,
const int32 InstanceIdx,
const UBTNode * RequestedBy,
const int32 RequestedByChildIndex,
const EBTNodeResult::Type ContinueWithResult,
bool bStoreForDebugger
)