Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController > API/Plugins/MetasoundFrontend/IGraphController/GetInputNodeWithName
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle GetInputNodeWithName
&40;
const FVertexName & InName
&41;
Remarks
Returns a handle to an existing input node for the given graph input name. If no input exists with the given name, an invalid node handle is returned. The node handle for the input node. If the node does not exist, an invalid handle is returned.
Parameters
| Name | Description |
|---|---|
| InName | Name of graph input. |