Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FGraphLinter
Description
Returns true if connecting thing input and output controllers will cause a loop in the graph. Returns false otherwise.
| Name | DoesConnectionCauseLoop |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraphLinter.h |
| Include Path | #include "MetasoundFrontendGraphLinter.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendGraphLinter.cpp |
static bool DoesConnectionCauseLoop
(
const IInputController & InInputController,
const IOutputController & InOutputController
)