Hi all,
I’m a maintainer for UE4SS, a popular modding framework. I was looking to improve our versioned wrappers with code gen, and part of that pipeline is building a project for every version of unreal from source. I have this working for 4.0-4.6 and 4.11 onwards, but I can’t get it working for 4.6-4.10. They seem to suffer the same issue that 4.11 - 5.1 had for source builds; a CDN issue resolved by replacing a provided Commit.gitdeps.xml. However one was never provided for 4.6-4.10, at least as far as I can find. Has anyone ever found a Commit.gitdeps.xml, or just happens to have the dependencies stuffed away somewhere? I saw one other issue get posted but never any response.
Also, I’ve tried using the 4.11 Commit.gitdeps.xml with 4.10, the hashes don’t line up so it fails.
Thanks