Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Description
Return the UObject class corresponding an input. Meaningful for inputs whose preferred literal type is UObject or UObjectArray.
| Name | GetSupportedClassForInputVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
UClass * GetSupportedClassForInputVertex
(
const FVertexName & InInputName
)
The UClass* for the literal argument input. nullptr on error or if UObject argument is not supported.
Parameters
| Name | Remarks |
|---|---|
| InInputName | Name of graph input. |