Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FConnectionDrawingPolicy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HaveConnectionsGraphicallyChanged
(
const SGraphPanel& InGraphPanel, |
Used in MouseMove to check if the connections have graphically changed and need the GraphPanel to invalidate. | ConnectionDrawingPolicy.h | |
virtual bool HaveConnectionsGraphicallyChanged
(
const SGraphPanel& InGraphPanel, |
Used in MouseMove to check if the connections have graphically changed and need the GraphPanel to invalidate. | ConnectionDrawingPolicy.h |
HaveConnectionsGraphicallyChanged(const SGraphPanel &, const FVector2f &)
Description
Used in MouseMove to check if the connections have graphically changed and need the GraphPanel to invalidate. The default implementation checks for a difference in HoveredPins, or in difference in connection WireColor or WireThickness.
| Name | HaveConnectionsGraphicallyChanged |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h |
| Include Path | #include "ConnectionDrawingPolicy.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp |
virtual bool HaveConnectionsGraphicallyChanged
(
const SGraphPanel & InGraphPanel,
const FVector2f & AbsoluteCursorPosition
) const
HaveConnectionsGraphicallyChanged(const SGraphPanel &, const TSet< FEdGraphPinReference > &)
Description
Used in MouseMove to check if the connections have graphically changed and need the GraphPanel to invalidate. The default implementation checks for a difference in HoveredPins, or in difference in connection WireColor or WireThickness.
| Name | HaveConnectionsGraphicallyChanged |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h |
| Include Path | #include "ConnectionDrawingPolicy.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp |
virtual bool HaveConnectionsGraphicallyChanged
(
const SGraphPanel & InGraphPanel,
const TSet< FEdGraphPinReference > & InNewlyHoveredPins
) const