EBTDecoratorAbortRequest

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BTDecorator.h"

Syntax

enum EBTDecoratorAbortRequest
{
    ConditionResultChanged,
    ConditionPassing,
}

Values

Name

Description

ConditionResultChanged

Request execution update when only result of condition changes and active branch of tree can potentially change too

ConditionPassing

Request execution update every time as long as condition is still passing

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