Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
An edge describes a connection between two Nodes.
| Name | FDataEdge |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include Path | #include "MetasoundNodeInterface.h" |
Syntax
struct FDataEdge
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataEdge () |
MetasoundNodeInterface.h | ||
FDataEdge
(
const FOutputDataSource& InFrom, |
MetasoundNodeInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| From | FOutputDataSource | MetasoundNodeInterface.h | ||
| To | FInputDataDestination | MetasoundNodeInterface.h |