Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraphLinter
Description
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.
| Name | ValidateVerticesExist |
| 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 ValidateVerticesExist
(
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. |