add the DebugVirtualHandSettings to the Debugging category

This commit is contained in:
Mamadou Babaei
2024-08-16 18:00:55 +02:00
parent 94e5025bf8
commit d8feeb63ec
@@ -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: