Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::CalculateTooltipWindowPosition()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
Include |
#include "Application/SlateApplicationBase.h" |
FVector2D CalculateTooltipWindowPosition
(
const FSlateRect & InAnchorRect,
const FVector2D & InSize,
bool bAutoAdjustForDPIScale
) const
Calculates the tooltip window position.
The suggested position.
Parameter |
Description |
---|---|
InAnchorRect |
The current(suggested) window position and size of an area which may not be covered by the popup. |
InSize |
The size of the tooltip window. |