Would it be possible to add a feature where users can setup a scheduled sync for certain days of the week aside from the default scheduled sync that runs every day? There have been cases where I just want to run a sync on every Saturday.
Steps to Reproduce
Hi,
I logged your feature request (UE-349186), but currently we don’t have any developers assigned to UGS, so I don’t expect this feature to be implemented in short term. If you really want it, it’s probably a couple hours of work.
The VS solution for UGS: \Engine\Source\Programs\UnrealGameSync\UnrealGameSync.sln
The UI if you want to be fancy: \Engine\Source\Programs\UnrealGameSync\UnrealGameSync\Forms\ScheduleWindow.Designer.cs
For the logic, look in \Engine\Source\Programs\UnrealGameSync\UnrealGameSync\Forms\MainWindow.cs look around those functions:
public void SetupScheduledSync() {...}
private void ScheduleTimerElapsed() {...}
private void ScheduleSettledTimerElapsed() {...}
Regards,
Patrick