/
â
âââ Config
â
âââ Documentation (this will be generated by running the <code>make</code> command inside the Handbook directory)
â
âââ Handbook (this is the mdBook source code, used to generate the Documentation folder and not distributed to the Unreal Engine Marketplace)
â
âââ Resources
â
âââ Source (various plug-in modules)
â
âââ SenseGlove (the UE-specific high-level API)
â
âââ SenseGloveAndroid (the Android-specific module)
â
âââ SenseGloveBackend (responsible for initialization and deinitialization of the backend libraries)
â
âââ SenseGloveBackendKismet (exposes Blueprint-specific functionality from the SenseGloveBackend module)
â
âââ SenseGloveBuildHacks (uses Exceptions and RTTI, internally used for compiler-specific build hacks)
â
âââ SenseGloveConnect (exposes part of the SGConnect low-level API to C++)
â
âââ SenseGloveConnectImpl (uses Exceptions and RTTI, intended for internal use only)
â
âââ SenseGloveConnectKismet (SGConnect functionality exposed to Blueprint)
â
âââ SenseGloveCore (exposes part of the SGCoreCpp low-level API to C++)
â
âââ SenseGloveCoreImpl (uses Exceptions and RTTI, intended for internal use only)
â
âââ SenseGloveCoreKismet (SGCoreCpp functionality exposed to Blueprint)
â
âââ SenseGloveDebug (a utility debug module)
â
âââ SenseGloveDebugKismet (exposes Blueprint-specific functionality from the SenseGloveDebug module)
â
âââ SenseGloveEditor (the Editor module)
â
âââ SenseGloveInterop (internally used for interoperability between RTTI disabled/enabled modules)
â
âââ SenseGloveKismet (exposes Blueprint-specific functionality from the SenseGlove module)
â
âââ SenseGloveLog (the internal log module)
â
âââ SenseGloveSettings (the plugin's settings manager)
â
âââ SenseGloveSettingsKismet (exposes Blueprint-specific functionality from the SenseGloveSettings module)
â
âââ SenseGloveTracking (provides XR_EXT_hand_tracking support, HMD auto-detection, and SenseGlove device tracking)
â
âââ SenseGloveTrackingKismet (exposes Blueprint-specific functionality from the SenseGloveTracking module)
â
âââ SenseGloveTypes (exposes various enums from the backend libraries and also types from the SenseGlove module)
â
âââ SenseGloveUtils (the internal utility module)
â
âââ ThirdParty (3rd-party dependencies)
â
âââ android (.jar file Java libraries for Android)
â
âââ include (header files)
â â
â âââ boost
â â
â âââ SenseGlove
â â â
â â âââ Connect (SGConnect headers)
â â â
â â âââ Core (SGCoreCpp headers)
â â
â âââ serial
â
âââ lib (platform-specific pre-built binary dependencies)
â
âââ android
â â
â âââ r25b (Android NDK r25b dependencies for UE 5.1+)
â â
â âââ arm64 (64-bit ARM variant of Android)
â â â
â â âââ debug
â â â
â â âââ release
â â
â âââ x64 (64-bit x86-64 variant of Android)
â â
â âââ debug
â â
â âââ release
â
âââ linux
â â
â âââ v21 (UE 5.2 Linux dependencies)
â â â
â â âââ aarch64 (dependencies targeting AArch64 Linux architecture)
â â â â
â â â âââ debug
â â â â
â â â âââ release
â â â
â â âââ x86-64 (dependencies targeting x86-64 Linux architecture)
â â â
â â âââ debug
â â â
â â âââ release
â â
â âââ v22 (UE 5.3 and 5.4 Linux dependencies)
â â
â âââ aarch64 (dependencies targeting AArch64 Linux architecture)
â â â
â â âââ debug
â â â
â â âââ release
â â
â âââ x86-64 (dependencies targeting x86-64 Linux architecture)
â â
â âââ debug
â â
â âââ release
â
âââ win64
â
âââ msvc142 (Microsoft Visual Studio 2019 dependencies)
â â
â âââ debug
â â
â âââ release
â
âââ msvc143 (Microsoft Visual Studio 2022 dependencies)
â
âââ debug
â
âââ release