Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphLinter.h |
| Include | #include "MetasoundGraphLinter.h" |
Syntax
class FGraphLinter
Remarks
Functions for detecting issues and errors in an IGraph.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ValidateEdgeDataTypesMatch
(
const IGraph& InGraph, |
Validate each FDataEdge in the IGraph by checking that the FInputDataSource and FOutputDataDestination data types are equal. | |
| bool | ValidateNoCyclesInGraph
(
const IGraph& InGraph, |
Validate the IGraph by checking for cycles. | |
| bool | ValidateNoCyclesInGraph
(
const FDirectedGraphAlgoAdapter& InAdapter, |
Validate the IGraph by checking for cycles. | |
| bool | ValidateNoDuplicateInputs
(
const IGraph& InGraph, |
Validate the IGraph by checking for duplicate inputs connected to an individual vertex on a given node. | |
| bool | ValidateVerticesExist
(
const IGraph& InGraph, |
Validate each FDataEdge in the IGraph by checking that the corresponding INodes contain matching FDataVertex information as described by the FDataEdge. |
Typedefs
| Name | Description |
|---|---|
| FBuildErrorPtr |