document the new senseglove core types module

This commit is contained in:
Mamadou Babaei
2023-03-10 11:19:44 +01:00
parent b25c4fec7f
commit 3f045c84a3
+3 -1
View File
@@ -80,6 +80,8 @@ Source
├── SenseGloveCoreKismet (SGCoreCpp functionality exposed to Blueprints)
├── SenseGloveCoreTypes (exposes special public types from the SenseGloveCore module in order to be shared by with other modules)
├── SenseGloveEditor (the Editor module)
├── SenseGloveInterop (internally used for interoperability between RTTI disabled/enabled modules)
@@ -88,7 +90,7 @@ Source
├── SenseGloveLog (the internal log module)
├── SenseGloveTypes (exposes various enums from the backend libraries)
├── SenseGloveTypes (exposes various enums from the backend libraries and also types from the SenseGlove module)
├── SenseGloveUtils (the internal utility module)