fix uproperty specifiers

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:44 +01:00
parent 3f0a5de6d3
commit b9bdbc39b5
@@ -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: