Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UEdGraphNode_Comment
- UMetasoundEditorGraphCommentNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphCommentNode.h |
| Include | #include "MetasoundEditorGraphCommentNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphCommentNode : public UEdGraphNode_Comment
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | ConvertFromFrontendComment
(
const FMetaSoundFrontendGraphComment& InComment, |
Convenience function to convert underlying ed-graph properties from a frontend graph comment. | |
| void | ConvertToFrontendComment
(
const UEdGraphNode_Comment& InEdNode, |
Convenience function to convert underlying ed-graph properties to a frontend graph comment. | |
| UMetaSoundBuilderBase & | |||
| FGuid | GetCommentID () |
Get/Set frontend comment ID. | |
| UObject & | Get this node's MetaSound. | ||
| void | OnRenameNode
(
const FString& NewName |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| bool | |||
| void | ResizeNode
(
const FVector2D& NewSize |
||
| void | SetBounds
(
const FSlateRect& Rect |
Set the Bounds for the comment node | |
| void | SetCommentID
(
const FGuid& InGuid |
||
| void | Update the frontend location with this editor node location. |