Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
bool SetDefaultInputToDefaultLiteralOfType
&40;
const FGuid & InVertexID
&41;
Remarks
Set the default value for the graph input. True on success. False if the input does not exist or if the literal type was incompatible with the input.
Parameters
| Name | Description |
|---|---|
| InInputName | Name of the graph input. |
| InVertexID | Vertex to set to DataType default. |
| InDataTypeName | Name of datatype to set to default. |