Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FMetasoundFrontendInterfaceBinding |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendInterfaceBinding
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BindingPriority | int32 | Binding that may be shared between vertices attempting to be connected via binding functionality. | MetasoundFrontendDocument.h | |
| InputInterfaceVersion | FMetasoundFrontendVersion | Version of interface to bind to (the corresponding input vertices) | MetasoundFrontendDocument.h | |
| OutputInterfaceVersion | FMetasoundFrontendVersion | Version of interface to bind from (the corresponding output vertices) | MetasoundFrontendDocument.h | |
| VertexBindings | TArray< FMetasoundFrontendInterfaceVertexBinding > | Array of named pairs (output & input names) that describe what edges to create if binding functionality is executed between two nodes. | MetasoundFrontendDocument.h |