FSoundSubmixGraphConnectionDrawingPolicy::DetermineWiringStyle

Give specific editor modes a chance to highlight this connection or darken non-interesting connections.

Windows
MacOS
Linux

Override Hierarchy

FConnectionDrawingPolicy::DetermineWiringStyle()

FSoundSubmixGraphConnectionDrawingPolicy::DetermineWiringStyle()

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h

Include

#include "SoundSubmixGraph/SoundSubmixGraphSchema.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundSubmixGraphSchema.cpp

Syntax

virtual void DetermineWiringStyle
(
    UEdGraphPin * OutputPin,
    UEdGraphPin * InputPin,
    FConnectionParams & Params
)

Remarks

Give specific editor modes a chance to highlight this connection or darken non-interesting connections.

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