Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistries.h |
| Include | #include "MetasoundFrontendRegistries.h" |
Syntax
struct FConverterNodeInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNodeRegistryKey | NodeKey | The key for this node in the node registry. | |
| FVertexName | PreferredConverterInputPin | If this node has multiple input pins, we use this to designate which pin should be used. | |
| FVertexName | PreferredConverterOutputPin | If this node has multiple output pins, we use this to designate which pin should be used. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FConverterNodeInfo& Other |