| EntityId | FB1EntityId | Unique entity ID of the inventory item. | |
| ObjectDtId | FName | Data table ID of the object template for this item. | |
| bCanHandOver | bool | Whether this item can be handed over to another entity. | |
| bCanDeliver | bool | Whether this item can be delivered to a destination. | |
| bHasProgress | bool | Whether this item has a progress value (e.g., a crafting or cooking item). | |
| Progress | float | Current progress value of this item (0.0 to 1.0). | |
| OverrideName | FText | Overridden display name for this item, if any. | |
| OverrideDescription | FText | Overridden description for this item, if any. | |
| bIsStackable | bool | Whether this item can be stacked with identical items. | |
| OwnershipData | FB1OwnershipData | Ownership data for this item, including ownership type and owner ID. | |
| ObjectStateId | FName | Current object state ID of this item. | |
| ObjectStateGroupId | FName | Current object state group ID of this item. | |
| bIsFreelanceMissionItem | bool | Whether this item is a freelance mission crafted item. | |
| Price | int64 | Current price of this item. | |
| OriginalPrice | int64 | Original base price of this item before any discounts. | |
| Quality | EB1Quality | Quality tier of this inventory item. | |