Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Description
Registers all available array nodes which can be instantiated for the given ArrayType. Some nodes cannot be instantiated due to limitations of the array elements.
| Name | Metasound::Frontend::RegisterArrayNodes |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayNodesRegistration.h |
| Include Path | #include "MetasoundArrayNodesRegistration.h" |
namespace Metasound
{
namespace Frontend
{
template<typename ArrayType>
bool Metasound::Frontend::RegisterArrayNodes
(
const FModuleInfo & InModuleInfo
)
}
}