UBTDecorator_BlueprintBase::ReceiveExecutionStartAI

Alternative AI version of ReceiveExecutionStart

Choose your operating system:

Windows

macOS

Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_BlueprintBase.h

Include

#include "BehaviorTree/Decorators/BTDecorator_BlueprintBase.h"

Syntax

void ReceiveExecutionStartAI
(
    AAIController * OwnerController,
    APawn * ControlledPawn
)

Remarks

Alternative AI version of ReceiveExecutionStart

See Also

ReceiveExecutionStartfor more details @note that if both generic and AIevent versions are implemented only the more suitable one will be called

meaning the AIversionif called forAI

generic one otherwise