Commit Graph
1124 Commits
Author SHA1 Message Date
Mamadou Babaei 287f43473c minor docs wording fix 2026-02-24 13:16:38 +01:00
Mamadou Babaei 8fa32ce96c SGHapticsComponent docs: fix functions screenshots 2026-02-24 13:16:38 +01:00
Mamadou Babaei 31cf5b3ef8 docs formatting fixes 2026-02-24 13:16:38 +01:00
Mamadou Babaei 073ea2c4fc add a caution regarding bSendImmediate and batching SendHaptics 2026-02-24 13:16:38 +01:00
Mamadou Babaei 8b37c381b3 SGHapticsComponent docs: add practical blueprint examples 2026-02-24 13:16:38 +01:00
Mamadou Babaei 1461d30227 fix a blueprint ufunction specifier type 2026-02-24 13:16:38 +01:00
Mamadou Babaei b7df9050f1 SGHapticsComponent docs: document individual haptics functions 2026-02-24 13:16:38 +01:00
Mamadou Babaei b84426d3ff add a missing blueprint ufunction specifier 2026-02-24 13:16:38 +01:00
Mamadou Babaei 2aba90209a add more screenshots to SGHapticsComponent docs section 2026-02-24 13:16:38 +01:00
Mamadou Babaei c4b5e9a4a5 add more screenshots to SGHandTrackerComponent docs section 2026-02-24 13:16:37 +01:00
Mamadou Babaei 6e638b9181 add almost complete draft for docs section: SGHapticsComponent 2026-02-24 13:16:37 +01:00
Mamadou Babaei 03d5d3d365 minor docs fix 2026-02-24 13:16:37 +01:00
Mamadou Babaei 2562bbb33b improve docs by mentioning some more details 2026-02-24 13:16:37 +01:00
Mamadou Babaei 1e45b0f647 add the final draft for docs section: SGHandTrackerComponent 2026-02-24 13:16:37 +01:00
Mamadou Babaei f4caf367c0 fix version number's formatting and links 2026-02-24 13:16:37 +01:00
Mamadou Babaei 42f21295d9 add initial images for the SGHapticsComponent docs section 2026-02-24 13:16:37 +01:00
Mamadou Babaei dbe2e572fb add initial images for the SGHandTrackerComponent docs section 2026-02-24 13:16:37 +01:00
Mamadou Babaei 097b52744c fix uproperty specifiers 2026-02-24 13:16:37 +01:00
Mamadou Babaei 4a1b08c80e add the full final draft for docs section: SGPawn Events: The Puppeteer (Controller) / Puppet (Pawn) Architecture 2026-02-24 13:16:37 +01:00
Mamadou Babaei 7ec36a67ca add the new documentation sections place holders 2026-02-24 13:16:36 +01:00
Mamadou Babaei 8129eade7d add more openxr documentation fixes including how to calculate wrist offsets 2026-02-24 13:16:36 +01:00
Mamadou Babaei e774db666e add a new FSGHandLayer::GetWristLocation() overload which allows passing FRotator instead of FQuat as input or output parameters 2026-02-24 13:16:36 +01:00
Mamadou Babaei 6f4cc417f6 add missing bAutoStopAllHaptics initialization 2026-02-24 13:16:36 +01:00
Mamadou Babaei 808f73e0e2 clarify v2.7.0 changelog error: SenseComRunning rename actually landed in v2.8.0 (ABI/API break) 2026-02-24 13:16:36 +01:00
Mamadou Babaei 70a6fc0531 remove FXRMotionControllerData or replace its usage with FXRHandTrackingState as we fully dropped support for it 2026-02-24 13:16:36 +01:00
Mamadou Babaei 6953a9a5a8 replace all mentions of FXRMotionControllerData with FXRHandTrackingState in code comments 2026-02-24 13:16:35 +01:00
Mamadou Babaei bc11fdffed fix a build issue caught by runuat 2026-02-24 13:16:35 +01:00
Mamadou Babaei 5181d6d0de drop support for unreal engine 5.4 2026-02-24 13:16:35 +01:00
Mamadou Babaei d020235df5 remove ue 5.4 and epic native/cross toolchains v22 support from the build system for third-party libs 2026-02-24 13:16:35 +01:00
Mamadou Babaei 6c7d076ceb update the changelog 2026-02-24 13:16:35 +01:00
Mamadou Babaei e96e6fea95 add support for wrist squeeze to the haptics component 2026-02-24 13:16:35 +01:00
Mamadou Babaei 18e29de887 add an exact overload to haptics component SendCustomWaveform similar to hand layer or haptic glove classes 2026-02-24 13:16:35 +01:00
Mamadou Babaei d63f43d4b5 whitespace fixes 2026-02-24 13:16:35 +01:00
Mamadou Babaei 902084314a implement a USGHapticsComponent to allow sending a variety of haptic feedbacks to the gloves without touching senseglove's low-level api 2026-02-24 13:16:35 +01:00
Mamadou Babaei 5ddeb2747c remove redundant code 2026-02-24 13:16:35 +01:00
Mamadou Babaei 15ee7fac6a minor player controller fixes 2026-02-24 13:16:34 +01:00
Mamadou Babaei 0c8b59ff14 update the changelog 2026-02-24 13:16:34 +01:00
Mamadou Babaei aa0d68c1f7 force stop all haptics when handedness changes 2026-02-24 13:16:34 +01:00
Mamadou Babaei ee5c98afcf update the changelog 2026-02-24 13:16:34 +01:00
Mamadou Babaei b7cd6a0f32 move reusable code to its own pimpl method 2026-02-24 13:16:34 +01:00
Mamadou Babaei 33f1734533 implement USGHandTrackerComponent to allow easy retrieval or visualization of FXRHandTrackingState 2026-02-24 13:16:34 +01:00
Mamadou Babaei 6f88cdc075 add a new overload to FSGDebugVirtualHand::Draw() to allow visualizing any FSGDebugGizmoSettings instance directly 2026-02-24 13:16:34 +01:00
Mamadou Babaei 23fe1a01b0 force USGVirtualHandComponent and USGWristTrackerComponent update their xr hand-tracking data when their handedness is updated 2026-02-24 13:16:34 +01:00
Mamadou Babaei 2dfb4505a7 remove redundant headers and perform whitespace fixes 2026-02-24 13:16:34 +01:00
Mamadou Babaei 01c84bd8a4 list existing senseglove components under SenseGlove class group in ue editor 2026-02-24 13:16:34 +01:00
Mamadou Babaei a6cc9b0030 whitespace fix 2026-02-24 13:16:34 +01:00
Mamadou Babaei b110593822 ensure deterministic dependency builds by pinning rust toolchain 2026-02-24 13:16:33 +01:00
Mamadou Babaei dd15b3057c some changelog errata fixes 2026-02-24 13:16:33 +01:00
Mamadou Babaei 8dff715d7f bump senseglove ue marketplace packager to v0.6.1-85c5a6e 2026-02-24 13:16:33 +01:00
Mamadou Babaei bd94448456 bump the copyright years 2026-02-24 13:16:32 +01:00