Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include | #include "MetasoundNodeInterface.h" |
Syntax
struct FOutputDataSource
Remarks
FOutputDataSource describes the source of data which is produced within a graph and exposed external to the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const INode * | Node | Node containing the output data vertex. | |
| FOutputDataVertex | Vertex | Output data vertex. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOutputDataSource
(
const INode& InNode, |