Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddOutputNode
(
FGuid InNodeID, |
Unhide AddOutputNode function on base class. | MetasoundFrontendGraph.h | |
void AddOutputNode
(
FGuid InNodeID, |
Unhide AddOutputNode function on base class. | MetasoundFrontendGraph.h | |
void AddOutputNode
(
FGuid InNodeID, |
Add an output node to this graph. | MetasoundFrontendGraph.h |
AddOutputNode(FGuid, const FVertexName &, TSharedPtr< const INode >)
Description
Unhide AddOutputNode function on base class.
| Name | AddOutputNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include Path | #include "MetasoundFrontendGraph.h" |
void AddOutputNode
(
FGuid InNodeID,
const FVertexName & InVertexName,
TSharedPtr < const INode > InNode
)
AddOutputNode(FGuid, const FVertexName &, TUniquePtr< INode >)
Description
Unhide AddOutputNode function on base class.
| Name | AddOutputNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include Path | #include "MetasoundFrontendGraph.h" |
void AddOutputNode
(
FGuid InNodeID,
const FVertexName & InVertexName,
TUniquePtr < INode > InNode
)
AddOutputNode(FGuid, int32, const FVertexName &, TSharedPtr< const INode >)
Description
Add an output node to this graph.
| Name | AddOutputNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include Path | #include "MetasoundFrontendGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendGraph.cpp |
void AddOutputNode
(
FGuid InNodeID,
int32 InIndex,
const FVertexName & InVertexName,
TSharedPtr < const INode > InNode
)
Parameters
| Name | Remarks |
|---|---|
| InNodeID | The NodeID related to the parent FMetasoundFrontendClass. |
| InIndex | The positional index for the output. |
| InVertexName | The key for the graph output vertex. |
| InNode | A shared pointer to an output node. |