Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
- FSlateApplicationBase::RequestDestroyWindow()
- FSlateApplication::RequestDestroyWindow()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
void RequestDestroyWindow
&40;
TSharedRef< SWindow > WindowToDestroy
&41;
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. |