Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Logic.h |
Include | #include "BehaviorTreeDecoratorGraphNode_Logic.h" |
Syntax
namespace EDecoratorLogicMode
{
enum Type
&123;
Sink,
And,
Or,
Not,
&125;
}
Values
Name | Description |
---|---|
Sink | |
And | |
Or | |
Not |