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: