Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetasoundEditorGraphCommentNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphCommentNode.h |
| Include Path | #include "MetasoundEditorGraphCommentNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphCommentNode : public UEdGraphNode_Comment
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UEdGraphNode_Comment → UMetasoundEditorGraphCommentNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CommentID | FGuid | MetasoundEditorGraphCommentNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaSoundBuilderBase & GetBuilderChecked() |
MetasoundEditorGraphCommentNode.h | ||
FGuid GetCommentID() |
Get/Set frontend comment ID. | MetasoundEditorGraphCommentNode.h | |
UObject & GetMetasoundChecked() |
Get this node's MetaSound. | MetasoundEditorGraphCommentNode.h | |
bool RemoveFromDocument() |
MetasoundEditorGraphCommentNode.h | ||
void SetBounds
(
const FSlateRect& Rect |
Set the Bounds for the comment node | MetasoundEditorGraphCommentNode.h | |
void SetCommentID
(
const FGuid& InGuid |
MetasoundEditorGraphCommentNode.h | ||
void UpdateFrontendNodeLocation() |
Update the frontend location with this editor node location. | MetasoundEditorGraphCommentNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanUserDeleteNode() |
MetasoundEditorGraphCommentNode.h | ||
virtual void OnRenameNode
(
const FString& NewName |
MetasoundEditorGraphCommentNode.h | ||
virtual void ResizeNode
(
const FVector2f& NewSize |
MetasoundEditorGraphCommentNode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
MetasoundEditorGraphCommentNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ConvertFromFrontendComment
(
const FMetaSoundFrontendGraphComment& InComment, |
Convenience function to convert underlying ed-graph properties from a frontend graph comment. | MetasoundEditorGraphCommentNode.h | |
static void ConvertToFrontendComment
(
const UEdGraphNode_Comment& InEdNode, |
Convenience function to convert underlying ed-graph properties to a frontend graph comment. | MetasoundEditorGraphCommentNode.h |