FConnectionDrawingPolicy::DrawPinGeometries

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

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 DrawPinGeometries
(
    TMap< TSharedRef< SWidget >, FArrangedWidget > & InPinGeometries,
    FArrangedChildren & ArrangedNodes
)

Remarks

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

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