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