UBTDecorator_ConditionalLoop::CalculateRawConditionValue

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/Decorators/BTDecorator_ConditionalLoop.h"

Source

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

Syntax

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

Remarks

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