Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendEdgeStyle
Remarks
Styling for all edges associated with a given output (characterized by NodeID & Name)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMetasoundFrontendEdgeStyleLiteralColorPair > | LiteralColorPairs | Array of colors used to animate given output's associated edge(s). | |
| FGuid | NodeID | Node ID for associated edge(s) that should use the given style data. | |
| FName | OutputName | Name of node's output to associate style information for its associated edge(s). |