Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWindow
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
void BringToFront
&40;
bool bForce
&41;
Remarks
Bring the window to the front
Parameters
| Name | Description |
|---|---|
| bForce | Forces the window to the top of the Z order, even if that means stealing focus from other windows In general do not pass force in. It can be useful for some window types, like game windows where not forcing it to the front would cause mouse capture and mouse lock to happen but without the window visible |