Commit Graph
501 Commits
Author SHA1 Message Date
Mamadou Babaei a55e85ec05 add the console commands SG_GetEngineScalabilitySettings and SG_SetEngineScalabilitySettings 2024-08-16 18:01:49 +02:00
Mamadou Babaei 5aa2bdb052 complete the plugin configuration, settings, and overrides, sections 2024-08-16 18:01:48 +02:00
Mamadou Babaei 8edf5a72a4 bring on par the SGSettings blueprint api with the cpp api 2024-08-16 18:01:48 +02:00
Mamadou Babaei 3395d25376 Revert "move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings"
This reverts commit e16c1d216f.
2024-08-16 18:01:47 +02:00
Mamadou Babaei 3b6f38a214 move bFallbackToHandTrackingIfNoGloveDetected from tracking settings to glove tracking settings 2024-08-16 18:01:47 +02:00
Mamadou Babaei ad8dc9b5a0 replace all bitfield uproperties with booleans 2024-08-16 18:01:45 +02:00
Mamadou Babaei 6675c6e708 set the default value of bValidateIfDefaultClassesAreSGCompliant to false 2024-08-16 18:01:45 +02:00
Mamadou Babaei 50f2278a87 fix a bug where tracking status not being set when the hand data is valid 2024-08-16 18:01:44 +02:00
Mamadou Babaei 1b61d49d62 replace c++ standard int type definitions with the ones from unreal 2024-08-16 18:01:43 +02:00
Mamadou Babaei afece5c62b bump senseglove libraries to v2.104.1-55fddbd2 2024-08-16 18:01:42 +02:00
Mamadou Babaei ba0e10aa03 add FSGDebugCube 2024-08-16 18:01:42 +02:00
Mamadou Babaei b4b618f772 rename SGGameUserSettingSettings to SGGameUserSettingsSettings 2024-08-16 18:01:42 +02:00
Mamadou Babaei 63d0433ecd rename SGHardwareBenchmarkSettings to SGHardwareBenchmarkingSettings 2024-08-16 18:01:41 +02:00
Mamadou Babaei ebb8cabf3d apply the plugin settings when the user overrides the settings for the first time 2024-08-16 18:01:41 +02:00
Mamadou Babaei cb785a7213 do not ensure as it's possible to get a nullpointer during component uninitialization 2024-08-16 18:01:41 +02:00
Mamadou Babaei 990c62c586 re-implement the virtual hand settings overrides; and apply plenty of other improvements and bug fixes to the settings system; and introduce sgdebugcubesettings 2024-08-16 18:01:41 +02:00
Mamadou Babaei 140c52b9be remove the motion source wrist tracking overrides from the wrist tracker component due to the fact that it's utilized only inside the underlying tracking module and overriding it has no effects 2024-08-16 18:01:41 +02:00
Mamadou Babaei 1804cce12a re-implement the wrist tracking settings overrides 2024-08-16 18:01:41 +02:00
Mamadou Babaei 7c3ede865b rename bInIsVisibleWhenHandDataUnavailable to bInVisibleWhenHandDataUnavailable 2024-08-16 18:01:41 +02:00
Mamadou Babaei 7c5172b661 apply some sgxrtracker enum parsing improvements 2024-08-16 18:01:41 +02:00
Mamadou Babaei 86a9adae75 rename bIsVirtualHandVisible to bVirtualHandVisible 2024-08-16 18:01:41 +02:00
Mamadou Babaei 8aac677fac delete the engine utils default constructor and destructor 2024-08-16 18:01:41 +02:00
Mamadou Babaei 0408c2b67e add the editor utils class 2024-08-16 18:01:41 +02:00
Mamadou Babaei ec12cadfa4 fix the debug virtual hand settings and logic 2024-08-16 18:01:41 +02:00
Mamadou Babaei 81f3d03fd8 fix a comment 2024-08-16 18:01:41 +02:00
Mamadou Babaei d69eb6cd96 a const correctness fix 2024-08-16 18:01:41 +02:00
Mamadou Babaei 58047435ac make FSGXRTracker::GetMotionControllerData() behave the same as 5.4 on both 5.2 and 5.3 2024-08-16 18:01:41 +02:00
Mamadou Babaei 873534d246 workaround the runuat 5.2/5.3 build issue due to missing IOpenXRHMD.h from epic public headers 2024-08-16 18:01:41 +02:00
Mamadou Babaei 0259eedf48 fix various runuat buiild issues 2024-08-16 18:01:41 +02:00
Mamadou Babaei 0c32d5bb9f break a circular dependency 2024-08-16 18:01:41 +02:00
Mamadou Babaei 70164ef27d do not reigger OnGrabStateUpdated and OnTouchStateUpdated at all when the hand mesh is not valid or visible and also some other extra measures to make sure even if they are triggered they won't affect anything 2024-08-16 18:01:40 +02:00
Mamadou Babaei cedcd5dbdb take into account the device visual type when updating the hand visibility 2024-08-16 18:01:40 +02:00
Mamadou Babaei d43e6692c0 rename variable 2024-08-16 18:01:40 +02:00
Mamadou Babaei 7a18efe25b seprate the engine and senseglove module dependency lists 2024-08-16 18:01:40 +02:00
Mamadou Babaei c2c410f969 implement our own GetMotionControllerData instead of using the one from the XRTrackingSystem as it only picks up the first hand tracking plugin in order to make sure at least internally we use the hand-tracking data from senseglove 2024-08-16 18:01:40 +02:00
Mamadou Babaei 10c4e045f2 minor fixes 2024-08-16 18:01:40 +02:00
Mamadou Babaei 26f44b45a6 mark the SenseGlove settings as DefaultConfig 2024-08-16 18:01:40 +02:00
Mamadou Babaei f85522b041 add more bluetooth permissions to be able to request access for nearby devices on android api level 32 in addition to 29 2024-08-16 18:01:40 +02:00
Mamadou Babaei 79b92dcfc8 add the gradle deprecation warnings 2024-08-16 18:01:40 +02:00
Mamadou Babaei 8c30058bc6 never extend the content browser context menu if any skeletal mesh or skeltons selected at the same time 2024-08-16 18:01:40 +02:00
Mamadou Babaei c8f9072de9 clean up and remove the redundant asset type actions no longer required by the senseglove sockets editor 2024-08-16 18:01:40 +02:00
Mamadou Babaei 31b7184016 implement the SenseGlove grab/touch sockets one-click-setup ability on any Epic-compliant virtual hand mesh from within the Unreal Editor's Content Browser, Skeleton Editor, or Skeletal Mesh Editor 2024-08-16 18:01:40 +02:00
Mamadou Babaei 332b0f3a82 revamp the whole settings system in order to unify the settings across various systems, modules, and api layers 2024-08-16 18:01:40 +02:00
Mamadou Babaei 4916aa394c make the virtual hand anim instance proxy safer 2024-08-16 18:01:40 +02:00
Mamadou Babaei 72888881aa minor fix: get object by reference 2024-08-16 18:01:40 +02:00
Mamadou Babaei 4784dcb66f add the DebugVirtualHandSettings to the Debugging category 2024-08-16 18:01:40 +02:00
Mamadou Babaei a30e3d85f5 rename SGVirtualHandTrackingSettings to SGVirtualHandSettings 2024-08-16 18:01:40 +02:00
Mamadou Babaei 698cd06f57 remove the deperecated jcenter repository from the android upl file 2024-08-16 18:01:40 +02:00
Mamadou Babaei cfff76cb8a mark the x86 and armeabi-v7a platforms as unsupported inside the android upl file 2024-08-16 18:01:40 +02:00
Mamadou Babaei 563c803741 fix a critical Android crash that happens where the default development hand meshes could not be found 2024-08-16 18:01:40 +02:00