Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericApplication
Description
Whether the platform requires a separate tooltip window per toplevel window. On platforms where tooltip popups cannot be re-parented at runtime (e.g. Linux/Wayland), Slate must destroy and recreate the tooltip when the mouse moves to a different toplevel.
| Name | RequiresPerWindowTooltips |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplication.h |
| Include Path | #include "GenericPlatform/GenericApplication.h" |
virtual bool RequiresPerWindowTooltips() const