Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Destroys an SWindow, removing it and all its children from the Slate window list. Notifies the native window to destroy itself and releases rendering resources
| Name | PrivateDestroyWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void PrivateDestroyWindow
(
const TSharedRef < SWindow > & DestroyedWindow
)
Parameters
| Name | Remarks |
|---|---|
| DestroyedWindow | The window to destroy |