USoundClassGraphSchema::ConnectionCausesLoop

Check whether connecting these pins would cause a loop

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphSchema.h

Include

#include "SoundClassGraph/SoundClassGraphSchema.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundClassGraphSchema.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