FEdGraphUtilities::GetPinConnectionMap

Output a map of pin names to a set of connections given a function entry pin

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h

Include

#include "EdGraphUtilities.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp

Syntax

static void GetPinConnectionMap
(
    const UEdGraphNode * Node,
    TMap< FString, TSet< UEdGraphPin * >> & OutPinConnections
)

Remarks

Output a map of pin names to a set of connections given a function entry pin

Parameters

Parameter

Description

Node

The entry pin to gather connections from

OutPinConnections

Output map of connection data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss