Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #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
Remarks
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.
Parameters
| Name | Description |
|---|---|
| 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) |