mark the SenseGlove settings as DefaultConfig

This commit is contained in:
Mamadou Babaei
2024-07-03 13:32:14 +02:00
parent 6757e134c9
commit 1d6f52a22e
@@ -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()