Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Interfaces
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceBindingRegistry.h |
| Include | #include "Interfaces/MetasoundFrontendInterfaceBindingRegistry.h" |
Syntax
class FInterfaceBindingRegistryEntry
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterfaceBindingRegistryEntry
(
const FMetasoundFrontendInterfaceBinding& InBinding |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | If two binding registry entries match output & input interfaces versions, integer corresponds to which binding takes priority for a given bind operation. | ||
| const FMetasoundFrontendVersion & | Returns the output interface version corresponding with the given binding entry. | ||
| const TArray< FMetasoundFrontendInterfaceVertexBinding > & | Returns array of FName pairs that describe how the output and input interfaces are to bind. |