Choose your operating system:
Windows
macOS
Linux
Module |
|
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
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.
Parameter |
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) |