Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets whether to hide the file server's console window.
| Name | SetHideFileServerWindow |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetHideFileServerWindow
(
bool Hide
)
Parameters
| Name | Remarks |
|---|---|
| Hide | Whether to hide the window. |
See Also
- GetHideFileServerWindow