Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StraightenConnections () |
Straighten all connections between the selected nodes | SGraphPanel.h | |
void StraightenConnections
(
UEdGraphPin* SourcePin, |
Straighten any connections attached to the specified pin, optionally limiting to the specified pin to align | SGraphPanel.h |
StraightenConnections()
Description
Straighten all connections between the selected nodes
| Name | StraightenConnections |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
void StraightenConnections()
StraightenConnections(UEdGraphPin , UEdGraphPin )
Description
Straighten any connections attached to the specified pin, optionally limiting to the specified pin to align
| Name | StraightenConnections |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
void StraightenConnections
(
UEdGraphPin * SourcePin,
UEdGraphPin * PinToAlign
)