ECommentBoxMode::Type

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h

Include

#include "EdGraphNode_Comment.h"

Syntax

namespace ECommentBoxMode
{
    enum Type
    {
        GroupMovement,
        NoGroupMovement,
    }
}

Values

Name

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss