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" |
UClass * GetSupportedClassForInputVertex
(
const FVertexName & InInputName
)
Remarks
Return the UObject class corresponding an input. Meaningful for inputs whose preferred literal type is UObject or UObjectArray. The UClass* for the literal argument input. nullptr on error or if UObject argument is not supported.
Parameters
| Name | Description |
|---|---|
| InInputName | Name of graph input. |