fix uproperty specifiers

This commit is contained in:
Mamadou Babaei
2026-02-20 15:02:26 +01:00
parent 0f2b648578
commit 06a25ef59c
@@ -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: