Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraphLinter > API/Plugins/MetasoundGraphCore/FGraphLinter/ValidateNoCyclesInGraph
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 ValidateNoCyclesInGraph
(
const IGraph & InGraph,
TArray < FBuildErrorPtr > & OutErrors
)
Remarks
Validate the IGraph by checking for cycles. Errors will be generated if a cycle is detected in the graph. True if no errors detected. False otherwise.
Parameters
| Name | Description |
|---|---|
| InGraph | Graph to analyze. |
| OutErrors | Array to hold detected errors. |