Inventory Item Data
Introduction
The data used to describe an inventory item
Properties
| Property | Description | Type | Default Value |
|---|---|---|---|
| Name | The name of the inventory item | FText | |
| Description | The description of the inventory item | FText | |
| InventoryImage | The image displayed in the inventory | UTexture2D* | nullptr |
| PreviewImage | The preview image displayed when the item is highlighted | UTexture2D* | nullptr |