setup equipment ui

This commit is contained in:
2026-05-27 16:20:10 +03:00
parent 9792ede1e8
commit 5c1ca57a04
134 changed files with 464 additions and 354 deletions
@@ -28,10 +28,10 @@ private:
FDelegateHandle ClothingUnequippedDelegateHandle;
UFUNCTION()
void OnClothingEquipped(const UClothingItemInstance* ClothingItemInstance);
void OnClothingEquipped(UClothingItemInstance* ClothingItemInstance);
UFUNCTION()
void OnClothingUnequipped(const UClothingItemInstance* ClothingItemInstance);
void OnClothingUnequipped(UClothingItemInstance* ClothingItemInstance);
void CheckClothing();
};