setup equipment ui

This commit is contained in:
koritsa
2026-05-27 16:20:10 +03:00
parent 2e8a4b2450
commit 1d6c77998e
134 changed files with 464 additions and 354 deletions
+2 -2
View File
@@ -71,10 +71,10 @@ public:
private:
UFUNCTION()
void OnClothingEquip(const UClothingItemInstance* ClothingItemInstance);
void OnClothingEquip(UClothingItemInstance* ClothingItemInstance);
UFUNCTION()
void OnClothingUnequip(const UClothingItemInstance* ClothingItemInstance);
void OnClothingUnequip(UClothingItemInstance* ClothingItemInstance);
USkeletalMeshComponent* GetMesh() const { return Mesh; };
USkeletalMeshComponent* GetMeshByType(const EClothingSlotType SlotType) const;