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 FConverterNodeRegistryKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FromDataType | The datatype one would like to convert from. | |
| FName | ToDataType | The datatype one would like to convert to. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FConverterNodeRegistryKey& Other |