Verse using statement |
using { /UnrealEngine.com/Itemization } |
Members
This class has data members, but no functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Inventory |
inventory_component |
The inventory which the item was removed from. |
RemovedAmount |
int |
Total stack count of items removed as a result of this transaction. |
RemovedItems |
[]entity |
Items that were removed from this inventory as a result of the transaction. |
ModifiedItem |
?(entity, int) |
Item whose stack size changed as a result of the transaction. |