Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDataTypeRegistrationMacro.h |
| Include | #include "MetasoundDataTypeRegistrationMacro.h" |
namespace Metasound
{
namespace MetasoundDataTypeRegistrationPrivate
{
template<typename TDataType, ELiteralType PreferredArgType, typename UClassToUse>
Frontend::FDataTypeRegistryInfo Metasound&58;&58;MetasoundDataTypeRegistrationPrivate&58;&58;CreateDataTypeInfo&40;&41;
}
}
Remarks
Creates the FDataTypeRegistryInfo for a data type.
Parameters
| Name | Description |
|---|---|
| TDataType | The data type to create info for. |
| PreferredArgType | The preferred constructor argument type to use when creating an instance of the data type. |
| UClassToUse | The preferred UObject class to use when constructing from an Audio::IProxyData. |