FConnectionDrawingPolicy::BuildPinToPinWidgetMap

Helper function used by [Draw()](API\Editor\GraphEditor\FConnectionDrawingPolicy\Draw). Called before DrawPinGeometries to populate PinToPinWidgetMap.

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h

Include

#include "ConnectionDrawingPolicy.h"

Source

/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp

Syntax

virtual void BuildPinToPinWidgetMap
(
    TMap< TSharedRef< SWidget >, FArrangedWidget > & InPinGeometries
)

Remarks

Helper function used by Draw(). Called before DrawPinGeometries to populate PinToPinWidgetMap.

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