Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
virtual void GetPinHoverText
(
const UEdGraphPin & Pin,
FString & HoverTextOut
) const
Remarks
Fetch the hover text for a pin when the graph is being edited.
Parameters
| Name | Description |
|---|---|
| Pin | The pin to fetch hover text for (should belong to this node) |
| HoverTextOut | This will get filled out with the requested text |