Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDataTypeRegistrationMacro.h |
| Include | #include "MetasoundDataTypeRegistrationMacro.h" |
Syntax
template<typename DataType>
struct TMetasoundDataTypeRegistration
Remarks
Registration info for a data type.
Constants
| Name | Description |
|---|---|
| bCanRegister | To register a data type, an input node must be able to instantiate it. |
| bSuccessfullyRegistered | If a data type has been successfully registered, this will be true. |