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