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
class FMetasoundFrontendRegistryContainer
Remarks
Singleton registry for all types and nodes.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendRegistryContainer & | operator=
(
const FMetasoundFrontendRegistryContainer& |
Typedefs
| Name | Description |
|---|---|
| FConverterNodeInfo | |
| FConverterNodeRegistryKey | |
| FConverterNodeRegistryValue | |
| FNodeClassInfo | |
| FNodeClassMetadata | |
| FNodeRegistryKey |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindInputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use FindInputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. | |
| bool | FindOutputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use FindOutputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. | |
| void | ForEachNodeRegistryTransactionSince
(
Metasound::Frontend::FRegistryTransactionID InSince, |
ForEachNodeRegistryTransactionSince is no longer be supported | |
| bool | GetInputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use GetInputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. | |
| bool | GetInputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use GetInputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. | |
| bool | GetOutputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use GetOutputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. | |
| bool | GetOutputNodeRegistryKeyForDataType
(
const FName& InDataTypeName, |
Use GetOutputNodeRegistryKeyForDataType with EMetasoundFrontendVertexAccessType instead. |