UBTDecorator_BlueprintBase::ReceiveObserverDeactivatedAI

Alternative AI version of ReceiveObserverDeactivated

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

Remarks

Alternative AI version of ReceiveObserverDeactivated

See Also

ReceiveObserverDeactivatedfor 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