Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetasoundEditorGraphOutput |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphOutput : public UMetasoundEditorGraphVertex
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetasoundEditorGraphMember → UMetasoundEditorGraphVertex → UMetasoundEditorGraphOutput
Functions
Public
Overridden from UMetasoundEditorGraphVertex
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FMetasoundFrontendClassVertex * GetFrontendClassVertex() |
MetasoundEditorGraph.h | ||
virtual int32 GetSortOrderIndex() |
Returns the SortOrderIndex assigned to this member. | MetasoundEditorGraph.h | |
virtual EMetasoundFrontendVertexAccessType GetVertexAccessType() |
MetasoundEditorGraph.h | ||
virtual bool IsInterfaceMember
(
FMetasoundFrontendInterface* OutInterface |
Returns true if member is part of an interface. | MetasoundEditorGraph.h | |
virtual void SetSortOrderIndex
(
int32 InSortOrderIndex |
Sets the SortOrderIndex assigned to this member. | MetasoundEditorGraph.h | |
virtual void SetVertexAccessType
(
EMetasoundFrontendVertexAccessType InNewAccessType, |
Sets the VertexAccessType assigned to this member. | MetasoundEditorGraph.h |
Overridden from UMetasoundEditorGraphMember
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescription() |
Get the member description | MetasoundEditorGraph.h | |
virtual const FText & GetGraphMemberLabel() |
Returns the label of the derived member type (e.g. Input/Output/Variable) | MetasoundEditorGraph.h | |
virtual void ResetToClassDefault() |
Resets the member to the class default. | MetasoundEditorGraph.h | |
virtual void SetDataType
(
FName DataType, |
Sets the DataType assigned to this member. | MetasoundEditorGraph.h | |
virtual void SetDescription
(
const FText& InDescription, |
Set the member description | MetasoundEditorGraph.h | |
virtual void SetDisplayName
(
const FText& InNewName, |
Set the display name | MetasoundEditorGraph.h | |
virtual bool Synchronize() |
Synchronizes cached data with the frontend representation on the represented document. | MetasoundEditorGraph.h | |
virtual void UpdateFrontendDefaultLiteral
(
bool bPostTransaction, |
Update the frontend with the given member's default UObject value. | MetasoundEditorGraph.h |
Protected
Overridden from UMetasoundEditorGraphVertex
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMetasoundFrontendClassType GetClassType() |
Returns the Metasound class type of the associated node | MetasoundEditorGraph.h | |
| Implements frontend call to rename member | MetasoundEditorGraph.h |
Overridden from UMetasoundEditorGraphMember
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual Metasound::Editor::ENodeSection GetSectionID() |
Return the section of where this member belongs. | MetasoundEditorGraph.h |