UK2Node_BaseAsyncTask::GetPinHoverText

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_BaseAsyncTask.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.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