B1ItemInfo
- Stores the ID and category information for a single entitlement item
* such as an appearance preset or in-game object.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ItemId | FName | ID of the item, referencing AppearancePreset or Object data. | Category: B1ItemInfo Foreign: AppearancePreset.Id | Object.Id |
| Categories | TArray | List of category strings classifying this item. | Category: B1ItemInfo |