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" |
bool ContainsOutputVertex
&40;
const FVertexName & InName,
const FName & InTypeName
&41; const
Remarks
Returns true if an output vertex with the given Name exists. True if the vertex exists, false otherwise.
Parameters
| Name | Description |
|---|---|
| InName | Name of vertex. |
| InTypeName | DataType Name of vertex. |