Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SPinValueInspector.h |
| Include | #include "SPinValueInspector.h" |
Syntax
class FPinValueInspectorTooltip
Remarks
Class holding functions to spawn a pin value inspector tooltip
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MoveTooltip
(
const FVector2D& InNewLocation |
Moves the tooltip to the new location | |
| void | Release the references to the static widget shared pointers | ||
| TWeakPtr< FPinValueInspectorTooltip > | SummonTooltip
(
FEdGraphPinReference InPinRef, |
Summons a new tooltip in the shared window. | |
| bool | |||
| bool | |||
| void | TryDismissTooltip
(
bool bForceDismiss |
Dismisses the current tooltip, if it is not currently hovered NOTE: Pin a shared ptr before calling this function |
Constants
| Name | Description |
|---|---|
| Instance | The current "live" tooltip |
| TooltipWidget | Tooltip widget housed in the window |
| TooltipWindow | A reusable tooltip window for PinValueInspector |
| ValueInspectorWidget | Default inspector widget in the tooltip |