Navigation
API > API/Runtime > API/Runtime/AIModule
| |
|
| Name |
EBTDecoratorAbortRequest |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTDecorator.h |
| Include Path |
#include "BehaviorTree/BTDecorator.h" |
Syntax
enum EBTDecoratorAbortRequest
{
ConditionResultChanged,
ConditionPassing,
}
Values
| Name |
Remarks |
| 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 |