Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TLiteralTraits
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
static const bool IsParsable
&40;
const FLiteral & InLiteral
&41;
Remarks
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. True if a constructor for the DataType exists which accepts an FOperatorSettings with the literals constructor arg type, or one that accepts the literal constructor arg type. It returns False otherwise.
Parameters
| Name | Description |
|---|---|
| InLiteral | The literal containing the constructor argument. |