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 GetPinConnectionMap
&40;
const UEdGraphNode &42; Node,
TMap< FString, TSet< UEdGraphPin &42; >> & OutPinConnections
&41;
Remarks
Output a map of pin names to a set of connections given a function entry pin
Parameters
| Name | Description |
|---|---|
| Node | The entry pin to gather connections from |
| OutPinConnections | Output map of connection data |