FConnectionDrawingPolicy::BuildPinToPinWidgetMap

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

Unreal Engine C++ API Reference > Editor > GraphEditor > FConnectionDrawingPolicy

  • FConnectionDrawingPolicy::BuildPinToPinWidgetMap()

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h
Include #include "ConnectionDrawingPolicy.h"
Source /Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp
virtual void BuildPinToPinWidgetMap
(
    [TMap](API\Runtime\Core\Containers\TMap)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) > & InPinGeometries
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library