Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
- FSlateApplicationBase::CalculateTooltipWindowPosition()
- FSlateApplication::CalculateTooltipWindowPosition()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual UE::Slate::FDeprecateVector2DResult CalculateTooltipWindowPosition
&40;
const FSlateRect & InAnchorRect,
const UE::Slate::FDeprecateVector2DParameter & InSize,
bool bAutoAdjustForDPIScale
&41; const
Remarks
Calculates the tooltip window position. The suggested position.
Parameters
| Name | 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. |