Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Determines whether a DataType supports a constructor which accepts and FOperatorSettings with ArgTypes and/or just ArgTypes.
| Name | TIsParsable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename... ArgTypes>
struct TIsParsable
Struct Specializations
| Name | Remarks |
|---|---|
| TIsParsable< DataType, FLiteral::FNone > | Specialization for FLiteral::FNone arg type. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConstructorTraits | DataFactoryPrivate::TDataTypeConstructorTraits< DataType, ArgTypes... > | MetasoundDataFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | True if the DataType supports a constructor which accepts and FOperatorSettings with ArgTypes and/or just ArgTypes. | MetasoundDataFactory.h |