Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Determines whether a DataType supports construction using the given literal.
| Name | TLiteralTraits |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType>
struct TLiteralTraits
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TVariantConstructorTraits | DataFactoryPrivate::TDataTypeVariantConstructorTraits< DataType, FLiteral::FVariantType > | MetasoundDataFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsParsableFromAnyLiteralType | bool | MetasoundDataFactory.h | |
| bIsParseableFromAnyArrayLiteralType | bool | MetasoundDataFactory.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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. | MetasoundDataFactory.h |