Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UK2Node_PlayMontage
- UEdGraphNode::GetPinHoverText()
- UK2Node::GetPinHoverText()
- UK2Node_BaseAsyncTask::GetPinHoverText()
- UK2Node_PlayMontage::GetPinHoverText()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/K2Node_PlayMontage.h |
Include | #include "K2Node_PlayMontage.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/K2Node_PlayMontage.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 |