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 FInputDataDestination
Remarks
FInputDataSource describes the destination of data which produced external to the graph and read internal to the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const INode * | Node | Node containing the input data vertex. | |
| FInputDataVertex | Vertex | Input data vertex of edge. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputDataDestination
(
const INode& InNode, |