Choose your operating system:
Windows
macOS
Linux
| UEdGraphNode::GetPinHoverText()
|
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
Include |
#include "K2Node_BaseAsyncTask.h" |
Source |
/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp |
virtual void GetPinHoverText
(
const UEdGraphPin & Pin,
FString & HoverTextOut
) const
Fetch the hover text for a pin when the graph is being edited.
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 |