Represents object typename for the product.
Unique external id for the product.
Unique identifier for the product.
List of metaProperties for the product.
OptionalshowcaseShowcase details for the product.
Available slots for the product.
List of thumbnails for the product.
The title of the product.
List of virtualSockets for the product.
Represents product details including visual assets and configuration.
What does it unlock?
Interface representing a product in the configurator system. Contains product metadata, components, and configuration options.
Practical Application
Product data model: the base 3D digital twin referenced by each component. Contains product metadata and externalId (SKU) for e-commerce/ERP mapping. Nested inside each ModularConfiguratorComponent.
AI Coding Best Practices
Access via component.product in the configurator data. Use product.externalId to look up pricing, inventory, and specs in external systems (ERP, PIM, Shopify, etc.). The product represents the underlying 3D asset the component renders in the Unreal viewport.