Added container slots

This commit is contained in:
2026-05-22 10:57:16 +03:00
parent c569adfd69
commit eb99038785
2 changed files with 39 additions and 3 deletions
@@ -20,4 +20,7 @@ public:
protected:
UPROPERTY(BlueprintReadOnly, Category = "Clothing Item")
TObjectPtr<UClothingItem> ClothingItem;
UPROPERTY(BlueprintReadOnly, Category = "Clothing Item")
TArray<TObjectPtr<UItemInstance>> StoredItems;
};