Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::RequestDestroyWindow()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
Include |
#include "Application/SlateApplicationBase.h" |
void RequestDestroyWindow
(
TSharedRef< SWindow > WindowToDestroy
)
Destroying windows has implications on some OSs (e.g. destroying Win32 HWNDs can cause events to be lost).
Slate strictly controls when windows are destroyed.
Parameter |
Description |
---|---|
WindowToDestroy |
The window to queue for destruction. |