merge all properties inside the grab component into one group

This commit is contained in:
Mamadou Babaei
2023-05-05 14:53:21 +02:00
parent ef3a198d1e
commit 4c6f262b84
@@ -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"))