add the plugin-settings section

This commit is contained in:
Mamadou Babaei
2024-08-16 16:44:30 +02:00
parent 79309f66d0
commit d8a4c7bc81
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Welcom to the SenseGlove Unreal Engine Handbook!
# ⚙️ The Settings System
- [Plugin Settings]()
- [Plugin Settings](plugin-settings/README.md)
- [Initialization]()
- [Game User Settings]()
- [Hardware Benchamrk]()
+9
View File
@@ -0,0 +1,9 @@
# Plugin Settings
Once [the SenseGlove Unreal Engine Plugin is enabled](../getting-started/plugin-verify-version-enable/) the plugin settings can be accessed through `Edit > Project Setting...` inside your project's Unreal Editor.
![Plugin Settings - Accessing the SenseGlove Unreal Engine Plugin Settings](accessing-senseglove-plugin-settings.png "Plugin Settings - Accessing the SenseGlove Unreal Engine Plugin Settings")
The SenseGlove Unreal Engine Plugin offers fine-grained control over various aspects of its functionality through its settings system. It also allows you to override specific settings from subcomponents when possible. In the following sections, we will explore the settings and the override system in detail.
![Plugin Settings - The SenseGlove Unreal Engine Plugin Settings](senseglove-plugin-settings.png "Plugin Settings - The SenseGlove Unreal Engine Plugin Settings")