Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMetasoundEditorGraphMember
- UMetasoundEditorGraphVertex
- UMetasoundEditorGraphOutput
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include | #include "MetasoundEditorGraph.h" |
Syntax
UCLASS&40;&41;
class UMetasoundEditorGraphOutput : public UMetasoundEditorGraphVertex
Overridden from UMetasoundEditorGraphVertex
| Type | Name | Description | |
|---|---|---|---|
| Metasound::Frontend::FNodeHandle | AddNodeHandle
(
const FName& InNodeName, |
Adds the node handle for a newly created vertex. | |
| EMetasoundFrontendClassType | GetClassType () |
Returns the Metasound class type of the associated node | |
| int32 | Returns the SortOrderIndex assigned to this member. | ||
| EMetasoundFrontendVertexAccessType | |||
| void | SetSortOrderIndex
(
int32 InSortOrderIndex |
Sets the SortOrderIndex assigned to this member. |
Overridden from UMetasoundEditorGraphMember
| Type | Name | Description | |
|---|---|---|---|
| const FText & | Returns the label of the derived member type (e.g. Input/Output/Variable) | ||
| Metasound::Editor::ENodeSection | GetSectionID () |
Return the section of where this member belongs. | |
| void | Resets the member to the class default. | ||
| void | UpdateFrontendDefaultLiteral
(
bool bPostTransaction |
Update the frontend with the given member's default UObject value. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| Metasound::Frontend::FNodeHandle | AddNodeHandle
(
const FName& InNodeName, |
Use AddNodeHandle with FCreateNodeVertexParams instead. |