EBTDecoratorLogic::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h

Include

#include "BehaviorTree/BTCompositeNode.h"

Syntax

namespace EBTDecoratorLogic
{
    enum Type
    {
        Invalid,
        Test,
        And,
        Or,
        Not,
    }
}

Values

Name

Description

Invalid

Test

Test decorator conditions.

And

Logic op: AND

Or

Logic op: OR

Not

Logic op: NOT

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