Please add the ability to modify the weight of an item at runtime via script. There is a native function `InventoryItemComponent::GetTotalWeight`. Maybe there could be an overrideable function instead with a float return or something?
The use case would be for physical items with some virtual props (like quantity) that increase or decrease their weight of it. e.g. a magazine with very heavy ammo where each bullet could make a difference.