B1InventoryInfo
- Structure that stores runtime inventory information for an entity.
* Contains the inventory data table ID, the entity IDs, and the list of owned items.
| Property | Type | Description | Metadata |
|---|---|---|---|
| InventoryDtId | FName | Data table ID of the inventory definition. | |
| EntityId | FB1EntityId | Entity ID of the inventory container itself. | |
| OwnerEntityId | FB1EntityId | Entity ID of the owner of this inventory. | |
| OwnedEntities | TArray | List of entities currently stored in this inventory. |