I am studying UE4 patch. Some people use c# to make a downloader. What if I have 0.0.1 packaged downloaded, can I directly download 0.0.3 without caring about 0.0.2 ? If not I need to let the downloader download in order (start download from 0.0.2 then 0.0.3) . Thanks.

Comment