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