Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | EMetaSoundFrontendGraphCommentMoveMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
enum EMetaSoundFrontendGraphCommentMoveMode
{
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. |