UMaterialGraphSchema::ConnectionCausesLoop

Check whether connecting these pins would cause a loop

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h

Include

#include "MaterialGraph/MaterialGraphSchema.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp

Syntax

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

Remarks

Check whether connecting these pins would cause a loop

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss