Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Description
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.
| Name | GetPreferredLiteralTypeForInputVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
ELiteralType GetPreferredLiteralTypeForInputVertex
(
const FVertexName & InInputName
) const
The preferred literal argument type.
Parameters
| Name | Remarks |
|---|---|
| InInputName | Name of graph input. |