drop support for unreal engine 5.4

This commit is contained in:
Mamadou Babaei
2026-02-24 11:44:00 +01:00
parent a3c6bd00ff
commit ac00efb9e2
16 changed files with 28 additions and 545 deletions
+5
View File
@@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bumped the SenseGlove Unreal Engine Marketplace Packager to `v0.6.1-85c5a6e`.
- Bumped the copyright years.
### Removed
- Dropped support for Unreal Engine `5.4`, which was already deprecated via the `v2.7.x` release series.
- Dropped support for Epic Native/Cross Toolchains `v22` (previously used for building UE `5.3` and `5.4` Linux dependencies), as they were already deprecated via previous releases.
### Documentation
- Ensure deterministic dependency builds by pinning Rust toolchain.