FConnectionDrawingPolicy::SetHoveredPins

Update the drawing policy with the set of hovered pins (which can be empty)

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

void SetHoveredPins
(
    const TSet< FEdGraphPinReference > & InHoveredPins,
    const TArray< TSharedPtr< SGraphPin > > & OverridePins,
    double HoverTime
)

Remarks

Update the drawing policy with the set of hovered pins (which can be empty)

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