SGraphPanel::StraightenConnections

Straighten any connections attached to the specified pin, optionally limiting to the specified pin to align

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPanel > StraightenConnections

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h
Include #include "SGraphPanel.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp
void StraightenConnections
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * SourcePin,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * PinToAlign
)

Remarks

Straighten any connections attached to the specified pin, optionally limiting to the specified pin to align


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library