Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
void RequestDestroyWindow
(
TSharedRef < SWindow > WindowToDestroy
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| WindowToDestroy | The window to queue for destruction. |