Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraphLinter
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphLinter.h |
| Include | #include "MetasoundGraphLinter.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraphLinter.cpp |
static bool ValidateNoDuplicateInputs
&40;
const IGraph & InGraph,
TArray< FBuildErrorPtr > & OutErrors
&41;
Remarks
Validate the IGraph by checking for duplicate inputs connected to an individual vertex on a given node. Errors will be generated if duplicates are detected. True if no errors detected. False otherwise.
Parameters
| Name | Description |
|---|---|
| InGraph | Graph to analyze. |
| OutErrors | Array to hold detected errors. |