Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendRegistryContai-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistries.h |
| Include | #include "MetasoundFrontendRegistries.h" |
FNodeRegistryKey RegisterNode
&40;
TUniquePtr< Metasound::Frontend::INodeRegistryEntry > && InEntry
&41;
Remarks
Register an external node with the frontend. A node registration key. If the registration failed, then the registry key will be invalid.
Parameters
| Name | Description |
|---|---|
| InCreateNode | Function for creating node from FNodeInitData. |
| InCreateDescription | Function for creating a FMetasoundFrontendClass. |