UBTDecorator_BlueprintBase::CalculateRawConditionValue

Calculates raw, core value of decorator's condition. Should not include calling IsInversed

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UBTDecorator::CalculateRawConditionValue()

UBTDecorator_BlueprintBase::CalculateRawConditionValue()

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/Decorators/BTDecorator_BlueprintBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Decorators/BTDecorator_BlueprintBase.cpp

Syntax

virtual bool CalculateRawConditionValue
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory
) const

Remarks

Calculates raw, core value of decorator's condition. Should not include calling IsInversed