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&40;&41;
struct FMetasoundFrontendInterfaceBinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BindingPriority | Binding that may be shared between vertices attempting to be connected via binding functionality. | |
| FMetasoundFrontendVersion | InputInterfaceVersion | Version of interface to bind to (the corresponding input vertices) | |
| FMetasoundFrontendVersion | OutputInterfaceVersion | Version of interface to bind from (the corresponding output vertices) | |
| TArray< FMetasoundFrontendInterfaceVertexBinding > | VertexBindings | Array of named pairs (output & input names) that describe what edges to create if binding functionality is executed between two nodes. |