UBTDecorator_ReachedMoveGoal::CalculateRawConditionValue

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

Windows
MacOS
Linux

Override Hierarchy

UBTDecorator::CalculateRawConditionValue()

UBTDecorator_ReachedMoveGoal::CalculateRawConditionValue()

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/Decorators/BTDecorator_ReachedMoveGoal.h"

Source

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

Syntax

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

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss