FConnectionDrawingPolicy::DrawPinGeometries

Helper function used by [Draw()](API\Editor\GraphEditor\FConnectionDrawingPolicy\Draw). Iterates over the pin geometries, drawing connections between them.

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

  • FConnectionDrawingPolicy::DrawPinGeometries()

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 DrawPinGeometries
(
    [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,
    [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedNodes
)

Remarks

Helper function used by Draw(). Iterates over the pin geometries, drawing connections between them.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library