Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetInteractiveTooltipLocation
(
FVector2D& InOutDesiredLocation |
Gets the window location (in screen coords) for an interactive tooltip (e.g. pin value inspector) | SGraphPin.h | |
void GetInteractiveTooltipLocation
(
FVector2f& InOutDesiredLocation |
SGraphPin.h |
GetInteractiveTooltipLocation(FVector2D &)
Description
Gets the window location (in screen coords) for an interactive tooltip (e.g. pin value inspector)
| Name | GetInteractiveTooltipLocation |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPin.h |
| Include Path | #include "SGraphPin.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp |
void GetInteractiveTooltipLocation
(
FVector2D & InOutDesiredLocation
) const
GetInteractiveTooltipLocation(FVector2f &)
| Name | GetInteractiveTooltipLocation |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPin.h |
| Include Path | #include "SGraphPin.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp |
void GetInteractiveTooltipLocation
(
FVector2f & InOutDesiredLocation
) const