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 FDataEdge
Remarks
An edge describes a connection between two Nodes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOutputDataSource | From | ||
| FInputDataDestination | To |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataEdge () |
|||
FDataEdge
(
const FOutputDataSource& InFrom, |