Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Description
Takes the PinDescription and tacks on any other data important to the schema (things like the pin's type, etc.). The base one here just spits back the PinDescription.
| Name | ConstructBasicPinTooltip |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual void ConstructBasicPinTooltip
(
UEdGraphPin const & Pin,
FText const & PinDescription,
FString & TooltipOut
) const
Parameters
| Name | Remarks |
|---|---|
| Pin | The pin you want a tool-tip generated for |
| PinDescription | A detailed description, describing the pin's purpose |
| TooltipOut | The constructed tool-tip (out) |