UEdGraphSchema::ConstructBasicPinTooltip

Takes the PinDescription and tacks on any other data important to the schema (things like the pin's type, etc.).

Windows
MacOS
Linux

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

Syntax

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

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss