Completed phase 1

This commit is contained in:
koritsa
2026-05-25 14:14:52 +03:00
parent 5d0bc7564c
commit 61c58c5c9f
22 changed files with 255 additions and 55 deletions
@@ -21,6 +21,8 @@ class NAKEDDESIRE_API UClothingManager : public UActorComponent
public:
UClothingManager();
virtual void BeginPlay() override;
UPROPERTY(BlueprintReadWrite, Category = "Clothing Manager|Clothing")
USkeletalMeshComponent* RootMesh = nullptr;
@@ -36,7 +38,6 @@ public:
UPROPERTY(BlueprintAssignable)
FOnClothingChangeSignature OnClothingDropped;
UFUNCTION(BlueprintCallable)
void PutOnClothing(UClothingItemInstance* ClothingItemInstance);
@@ -68,7 +69,7 @@ public:
UFUNCTION(BlueprintCallable)
TArray<UClothingItemInstance*> GetEquippedClothing();
void HydrateClothing(UGlobalSaveGameData* SaveGameData);
void HydrateClothing();
UFUNCTION(BlueprintPure)
float GetHeelHeight();