From 4c6f262b849fa390f014d6d12a66875d12d810bd Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 5 May 2023 14:53:21 +0200 Subject: [PATCH] merge all properties inside the grab component into one group --- .../Public/SenseGlove/Components/SGGrabComponent.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h index 3028c228..ad1694a9 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h @@ -53,16 +53,16 @@ public: static bool IsGrabbable(const AActor* Actor); private: - UPROPERTY(EditAnywhere, Category="SenseGlove | Attachment Rules", meta=(AllowPrivateAccess="false")) + UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false")) EAttachmentRule AttachmentLocationRule; - UPROPERTY(EditAnywhere, Category="SenseGlove | Attachment Rules", meta=(AllowPrivateAccess="false")) + UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false")) EAttachmentRule AttachmentRotationRule; - UPROPERTY(EditAnywhere, Category="SenseGlove | Attachment Rules", meta=(AllowPrivateAccess="false")) + UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false")) EAttachmentRule AttachmentScaleRule; - UPROPERTY(EditAnywhere, Category="SenseGlove | Attachment Rules", meta=(AllowPrivateAccess="false")) + UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false")) bool bAttachmentWeldSimulatedBodies; UPROPERTY(EditAnywhere, Category="SenseGlove", meta=(AllowPrivateAccess="false"))