EBTNodeResult::Type

Keep in sync with DescribeNodeResult()

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

namespace EBTNodeResult
{
    enum Type
    {
        Succeeded,
        Failed,
        Aborted,
        InProgress,
    }
}

Values

Name

Description

Succeeded

Failed

Aborted

InProgress

Remarks

Keep in sync with DescribeNodeResult()

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