From b9bdbc39b5abdbdb1ce5e7cc38ba9badb5440504 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 20 Feb 2026 15:02:26 +0100 Subject: [PATCH] fix uproperty specifiers --- .../Public/SenseGlove/Components/SGHapticsComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGHapticsComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGHapticsComponent.h index 5d4f4058..9f5855c8 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGHapticsComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGHapticsComponent.h @@ -63,7 +63,7 @@ private: * handedness changes. This is useful for situations where the simulation has ended, but ongoing haptic feedback * might remain active on the glove indefinitely. By default, this setting is enabled. */ - UPROPERTY(Config, EditDefaultsOnly, Category="Haptics") + UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false")) bool bAutoStopAllHaptics; private: