Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraphLinter.h |
| Include | #include "MetasoundFrontendGraphLinter.h" |
Syntax
class FGraphLinter
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DepthFirstTraversal
(
const INodeController& Node, |
Visits nodes using depth first traversals. | |
| bool | DoesConnectionCauseLoop
(
const IInputController& InInputController, |
Returns true if connecting thing input and output controllers will cause a loop in the graph. | |
| bool | IsReachableDownstream
(
const INodeController& InFromNode, |
Returns true if the FromNode can reach the ToNode by traversing the graph in the forward direction. | |
| bool | IsReachableUpstream
(
const INodeController& InFromNode, |
Returns true if the FromNode can reach the ToNode by traversing the graph backwards (aka by traversing the transpose graph). |
Typedefs
| Name | Description |
|---|---|
| FDepthFirstVisitFunction |