mark the SenseGlove settings as DefaultConfig

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:08 +02:00
parent e91cd02e14
commit 35a71fccaa
@@ -49,7 +49,7 @@
/**
* Implements the settings for the SenseGlove Unreal Engine Plugin.
*/
UCLASS(config = SenseGloveSettings)
UCLASS(config = SenseGloveSettings, DefaultConfig)
class SENSEGLOVESETTINGS_API USGSettings : public UEngineSubsystem
{
GENERATED_BODY()