replace all bitfield uproperties with booleans

This commit is contained in:
Mamadou Babaei
2024-08-16 16:44:27 +02:00
parent 6ea5171c28
commit 8ed1746a09
22 changed files with 48 additions and 47 deletions
+2 -1
View File
@@ -100,6 +100,7 @@ This is a minor release focusing mainly on bringing OpenXR-compatible hand track
- The Planned Features Completion Status section of the main README file has been migrated to <code>/Handbook/src/overview/planned-features-completion-status.md</code>.
- The Directory Structure section of the main README file has been migrated to <code>/Handbook/src/overview/directory-structure.md</code>.
- The SenseGlove settings' main config struct is now marked as DefaultConfig which means it does not require to be saved when settings are changed and they take effect immediately as the user updates them.
- Replaced all bitfield uproperties with booleans.
### Removed
@@ -665,4 +666,4 @@ This is a minor release focusing on adherence to the Unreal Engine Marketplace G
### Added
- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux.
- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux.