Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FPinValueInspectorTooltip
Description
Summons a new tooltip in the shared window. If provided, uses a custom implementation of a pin value inspector widget.
| Name | SummonTooltip |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SPinValueInspector.h |
| Include Path | #include "SPinValueInspector.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SPinValueInspector.cpp |
static TWeakPtr< FPinValueInspectorTooltip > SummonTooltip
(
FEdGraphPinReference InPinRef,
TSharedPtr< SPinValueInspector > InContentWidgetOverride
)