fix uproperty specifiers

This commit is contained in:
Mamadou Babaei
2026-02-24 11:44:02 +01:00
parent ff70a6e56a
commit 5aa9d4e628
@@ -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: