EBTActiveNode::Type

Keep in sync with DescribeActiveNode()

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

namespace EBTActiveNode
{
    enum Type
    {
        Composite,
        ActiveTask,
        AbortingTask,
        InactiveTask,
    }
}

Values

Name

Description

Composite

ActiveTask

AbortingTask

InactiveTask

Remarks

Keep in sync with DescribeActiveNode()

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