Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Enables or disables automatic registration of array types given a MetaSound data type. By default this is true, and all data types will have an associated TArray
| Name | TEnableAutoArrayTypeRegistration |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeTraits.h |
| Include Path | #include "MetasoundFrontendDataTypeTraits.h" |
Syntax
template<typename ... Type>
struct TEnableAutoArrayTypeRegistration
Struct Specializations
| Name | Remarks |
|---|---|
| TEnableAutoArrayTypeRegistration< WaveTable::FWaveTable > | Disable arrays of WaveTables (as of addition, not supported by UX). Must be defined prior to DataType declaration macro below. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | MetasoundFrontendDataTypeTraits.h |