Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateWindowHelper
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h |
| Include | #include "Application/SlateWindowHelper.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp |
static TSharedPtr< SWindow > FindWindowByPlatformWindow
&40;
const TArray< TSharedRef< SWindow >> & WindowsToSearch,
const TSharedRef< FGenericWindow > & PlatformWindow
&41;
Remarks
Searches the given collection of windows to find the Slate window that corresponds to the specified platform window. The corresponding Slate window, or nullptr if it was not found.
Parameters
| Name | Description |
|---|---|
| WindowsToSearch | The collection of windows to search. |
| PlatformWindow | The platform window to find the Slate window for. |