Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/UMaterialGraphNode
- UEdGraphNode::GetPinHoverText()
- UMaterialGraphNode::GetPinHoverText()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode.h |
Include | #include "MaterialGraph/MaterialGraphNode.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode.cpp |
virtual void GetPinHoverText
&40;
const UEdGraphPin & Pin,
FString & HoverTextOut
&41; 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 |