FAIGraphConnectionDrawingPolicy::DetermineWiringStyle

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

Unreal Engine C++ API Reference > Editor > AIGraph > FAIGraphConnectionDrawingPolicy

References

   
Module AIGraph
Header /Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h
Include #include "AIGraphConnectionDrawingPolicy.h"
Source /Engine/Source/Editor/AIGraph/Private/AIGraphConnectionDrawingPolicy.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