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 ValidateVerticesExist
&40;
const IGraph & InGraph,
TArray< FBuildErrorPtr > & OutErrors
&41;
Remarks
Validate each FDataEdge in the IGraph by checking that the corresponding INodes contain matching FDataVertex information as described by the FDataEdge. Errors will be generated if inconsistencies are detected. True if no errors detected. False otherwise.
Parameters
| Name | Description |
|---|---|
| InGraph | Graph to analyze. |
| OutErrors | Array to hold detected errors. |