Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor > API/Editor/BehaviorTreeEditor/UBehaviorTreeGraphNode_SimplePar-
- UEdGraphNode::GetPinHoverText()
- UBehaviorTreeGraphNode_SimpleParallel::GetPinHoverText()
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h |
| Include | #include "BehaviorTreeGraphNode_SimpleParallel.h" |
| Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SimpleParallel.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 |