Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateApplicationBase
Description
Gets the active regular top-level window. A regular window is a non-menu, non-tooltip, non-cursor decorator window
| Name | GetActiveTopLevelRegularWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
TSharedPtr < SWindow > GetActiveTopLevelRegularWindow() const
The top level window, or nullptr if no Slate windows are currently active.