UK2Node::GetPinHoverText

Fetch the hover text for a pin when the graph is being edited.

Windows
MacOS
Linux

Override Hierarchy

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp

Syntax

virtual void GetPinHoverText
(
    const UEdGraphPin & Pin,
    FString & HoverTextOut
) const

Remarks

Fetch the hover text for a pin when the graph is being edited.

Parameters

Parameter

Description

Pin

The pin to fetch hover text for (should belong to this node)

HoverTextOut

This will get filled out with the requested text

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