Programs inside Source Code

Hello everyone:

A lot of programs contained in UE5 are out of date.
An example of this is the NVAPI, which the one in the engine is listed as R450 ( Dec 10, 2020 ) but latest is R495 ( Oct 26, 2021 ).

Another example, is AMD_AGS, which is listed as version 5.5, but there’s no 5.5 version on github.

Other’s like the asio one are even more outdated - Inside Source Files - Branch “1.12.2” - Date: “06 Jun 2019” - Tag “1.21.0”.

My question are:

  1. Can we update those programs?

  2. Can we CleanUp redundant folders? For example, many come with “CMake” ( Outdated, of course ). My idea is to centralize it and execute that version of CMake to build files. It will greatly reduce Space, and probably make it more stable. Probably would increase required Spects, but it’s ok for me.

  3. For Visual Studio 2022 full support, we just need to add the entry on every single file where Visual Studio 2019 is, and probably overwrite previous VS2019 entry or there any other steps required?

Thanks in advance.