Navigation
Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeEditorTypes.h |
Include | #include "BehaviorTreeEditorTypes.h" |
Syntax
namespace ESubNode
{
enum Type
{
Decorator,
Service,
}
}
Values
Name | Description |
---|---|
Decorator | |
Service |