UMetasoundEditorGraphSchema::ConnectionCausesLoop

Check whether connecting these pins would cause a loop

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h

Include

#include "MetasoundEditorGraphSchema.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp

Syntax

bool ConnectionCausesLoop
(
    const UEdGraphPin * InputPin,
    const UEdGraphPin * OutputPin
) const

Remarks

Check whether connecting these pins would cause a loop