FPinValueInspectorTooltip::SummonTooltip

Summons a new tooltip in the shared window.

Unreal Engine C++ API Reference > Editor > Kismet > FPinValueInspectorTooltip

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/SPinValueInspector.h
Include #include "SPinValueInspector.h"
Source /Engine/Source/Editor/Kismet/Private/SPinValueInspector.cpp
static [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [FPinValueInspectorTooltip](API\Editor\Kismet\FPinValueInspectorTooltip) > SummonTooltip
(
    [FEdGraphPinReference](API\Runtime\Engine\EdGraph\FEdGraphPinReference) InPinRef,
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SPinValueInspector](API\Editor\Kismet\SPinValueInspector) > InContentWidgetOverride
)

Remarks

Summons a new tooltip in the shared window. If provided, uses a custom implementation of a pin value inspector widget.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library