Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
Include |
#include "BehaviorTree/BehaviorTreeTypes.h" |
namespace EBTFlowAbortMode
{
enum Type
{
None,
LowerPriority,
Self,
Both,
}
}
Name |
Description |
---|---|
None |
|
LowerPriority |
|
Self |
|
Both |