Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Specialization for unpacking the types supported by a TVariant.
| |
|
| Name |
TDataTypeVariantConstructorTraits< DataType, TVariant< FirstVariantType, AdditionalVariantTypes... > > |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path |
#include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename FirstVariantType, typename... AdditionalVariantTypes>
struct TDataTypeVariantConstructorTraits< DataType, TVariant< FirstVariantType, AdditionalVariantTypes... > >
Typedefs
Constants
| Name |
Type |
Remarks |
Include Path |
| bIsArrayConstructibleWithArgs |
bool |
|
MetasoundDataFactory.h |
| bIsArrayConstructibleWithSettings |
bool |
|
MetasoundDataFactory.h |
| bIsArrayConstructibleWithSettingsAndArgs |
bool |
|
MetasoundDataFactory.h |
| bIsArrayDefaultConstructible |
bool |
|
MetasoundDataFactory.h |
| bIsConstructibleWithArgs |
bool |
|
MetasoundDataFactory.h |
| bIsConstructibleWithSettings |
bool |
|
MetasoundDataFactory.h |
| bIsConstructibleWithSettingsAndArgs |
bool |
|
MetasoundDataFactory.h |
| bIsDefaultConstructible |
bool |
|
MetasoundDataFactory.h |