Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTDecorator_BlueprintBase
Description
Alternative AI version of ReceiveConditionCheck
| Name | PerformConditionCheckAI |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_BlueprintBase.h |
| Include Path | #include "BehaviorTree/Decorators/BTDecorator_BlueprintBase.h" |
UFUNCTION (BlueprintImplementableEvent, Category=AI)
bool PerformConditionCheckAI
(
AAIController * OwnerController,
APawn * ControlledPawn
)