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" |
ELiteralType GetPreferredLiteralTypeForInputVertex
&40;
const FVertexName & InInputName
&41; const
Remarks
Returns the preferred literal argument type for a given input. Returns ELiteralType::Invalid if the input couldn't be found, or if the input doesn't support any kind of literals. The preferred literal argument type.
Parameters
| Name | Description |
|---|---|
| InInputName | Name of graph input. |