FSoundSubmixGraphConnectionDrawingPolicy::DetermineWiringStyle

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

Unreal Engine C++ API Reference > Editor > AudioEditor > SoundSubmixGraph > FSoundSubmixGraphConnectionDrawingPolicy

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
virtual void DetermineWiringStyle
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * OutputPin,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * InputPin,
    [FConnectionParams](API\Editor\GraphEditor\FConnectionParams) & Params
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library