Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataLiteralFactory > API/Plugins/MetasoundGraphCore/TDataLiteralFactory/CreateExplicitArgs
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
static auto CreateExplicitArgs
&40;
const FOperatorSettings & InSettings,
const FLiteral & InLiteral
&41;
Remarks
Create the object using only constructors which utilize the InLiteral. An object related to the DataType. The exact type determined by the CreatorType class template parameter.
Parameters
| Name | Description |
|---|---|
| InSettings | The FOperatorSettings to be passed to the DataType constructor if an appropriate constructor exists. |
| InLiteral | The literal to be passed to the constructor. |