Added variable boobs physics depending on boobs support from clothing

This commit is contained in:
2026-05-31 15:58:54 +03:00
parent 56cc2fce98
commit 7dd75915ed
16 changed files with 49 additions and 21 deletions
@@ -111,4 +111,11 @@ public:
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
TArray<EBodyPart> HiddenBodyParts;
UPROPERTY(EditDefaultsOnly,
BlueprintReadOnly,
meta = (EditCondition = "SlotType == EClothingSlotType::UnderwearTop || SlotType == EClothingSlotType::Top || SlotType == EClothingSlotType::Bodysuit",
ClampMin = 0.0f, ClampMax = 1.0f,
UIMin = 0.0f, UIMax = 1.0f))
float BoobsSupport = 0.0f;
};