Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Registration info for a data type.
| Name | TMetasoundDataTypeRegistration |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDataTypeRegistrationMacro.h |
| Include Path | #include "MetasoundDataTypeRegistrationMacro.h" |
Syntax
template<typename DataType>
struct TMetasoundDataTypeRegistration
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bCanRegister | bool | To register a data type, an input node must be able to instantiate it. | MetasoundDataTypeRegistrationMacro.h |
| bSuccessfullyRegistered | const bool | This is no longer used. | MetasoundDataTypeRegistrationMacro.h |