add the DebugVirtualHandSettings to the Debugging category

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:26 +02:00
parent f8bec10622
commit ebb0c76f67
@@ -140,7 +140,7 @@ private:
UPROPERTY(EditAnywhere, Category="SenseGlove | Touch", meta=(AllowPrivateAccess="false"))
FName PinkyFingertipTouchSocketName;
UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false"))
UPROPERTY(EditAnywhere, Category="SenseGlove | Debugging", meta=(AllowPrivateAccess="false"))
FSGDebugVirtualHandSettings DebugVirtualHandSettings;
private: