Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEdGraphUtilities
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h |
| Include | #include "EdGraphUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp |
static void ReconnectPinMap
&40;
UEdGraphNode &42; Node,
const TMap< FString, TSet< UEdGraphPin &42; >> & PinConnections
&41;
Remarks
Reconnect the pin map to the given node
Parameters
| Name | Description |
|---|---|
| Node | The node to connect pins to |
| PinConnections | Map of pin connections to set |