Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | ECommentBoxMode::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h |
| Include Path | #include "EdGraphNode_Comment.h" |
Syntax
namespace ECommentBoxMode
{
enum Type
{
GroupMovement,
NoGroupMovement,
}
}
Values
| Name | Remarks |
|---|---|
| GroupMovement | This comment box will move any fully contained nodes when it moves. |
| NoGroupMovement | This comment box has no effect on nodes contained inside it. |