Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraphLinter
Description
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.
| Name | ValidateNoDuplicateInputs |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphLinter.h |
| Include Path | #include "MetasoundGraphLinter.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraphLinter.cpp |
static bool ValidateNoDuplicateInputs
(
const IGraph & InGraph,
TArray < FBuildErrorPtr > & OutErrors
)
True if no errors detected. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| InGraph | Graph to analyze. |
| OutErrors | Array to hold detected errors. |