Description
Determines how the game thread syncs with the render thread, RHI thread and GPUSyncing to the GPU swap chain flip allows for lower frame latency 0 - Sync the game thread with the render thread (default) 1 - Sync the game thread with the RHI thread 2 - Sync the game thread with the GPU swap chain flip (only on supported platforms)