Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendGraph
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include | #include "MetasoundFrontendGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendGraph.cpp |
const INode * FindInputNode
(
int32 InIndex
) const
Remarks
Retrieve node by input index. Pointer to the Node if it is stored on this graph. nullptr otherwise.
Parameters
| Name | Description |
|---|---|
| InIndex | The index of the requested input. |