From a9c1a15d03fe6afd3f716861dc9e1f8d91ea9e82 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 1 Jul 2024 20:35:44 +0200 Subject: [PATCH] add the DebugVirtualHandSettings to the Debugging category --- .../Public/SenseGlove/Components/SGVirtualHandComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h index 2a5ddb02..8451c36c 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h @@ -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: