Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileLaunchRole
Description
Sets whether vertical sync should be enabled.
| Name | SetVsyncEnabled |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h |
| Include Path | #include "ILauncherProfileLaunchRole.h" |
void SetVsyncEnabled
(
bool Enabled
)
Parameters
| Name | Remarks |
|---|---|
| Enabled | Whether VSync is enabled. |