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