SGraphNode::GetHoveredPin

Find the pin that is hovered.

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SGraphNode.h"

Source

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

Syntax

virtual TSharedPtr< SGraphPin > GetHoveredPin
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
) const

Remarks

Find the pin that is hovered.

Returns

A pointer to the pin widget hovered in this node, or invalid pointer if none.

Parameters

Parameter

Description

MyGeometry

The geometry of the node

MouseEvent

Information about the mouse

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