UBTDecorator_BlueprintBase::ReceiveObserverActivatedAI

Alternative AI version of ReceiveObserverActivated

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 ReceiveObserverActivatedAI
(
    AAIController * OwnerController,
    APawn * ControlledPawn
)

Remarks

Alternative AI version of ReceiveObserverActivated

See Also

ReceiveObserverActivatedfor 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