Navigation API > API/Plugins > API/Plugins/MetasoundGraphCore References Module MetasoundGraphCore Header /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h Include #include "MetasoundDataFactory.h" Syntax template<typename DataType> struct TLiteralTraits Copy full snippettemplate<typename DataType> struct TLiteralTraits Remarks Determines whether a DataType supports construction using the given literal. Functions Type Name Description const bool IsParsable ( const FLiteral& InLiteral ) Determines if a constructor for the DataType exists which accepts an FOperatorSettings with the literals constructor arg type, and/or one that accepts the literal constructor arg type. Typedefs Name Description TVariantConstructorTraits Constants Name Description bIsParsableFromAnyLiteralType bIsParseableFromAnyArrayLiteralType