Chapter 20: Creating a Product Configurator Using the Variant Manager
This chapter explains how to create a Product Configurator, which is a type of application used in industry to attract consumers to a specific product. You will learn how to use the Variant Manager panel and Variant Sets to define a Product Configurator. The Product Configurator template is an excellent resource for studying various Blueprint concepts in practice. We will analyze the BP_Configurator
Blueprint that dynamically creates the user interface using UMG Widget Blueprints with the Variant Sets.
These are the topics covered in this chapter:
- The Product Configurator template
- The Variant Manager panel and Variant Sets
- The
BP_Configurator
Blueprint - UMG Widget Blueprints
By the end of the chapter, you will know how to create a Product Configurator using the Product Configurator template, the Variant Manager panel, and Variant Sets. You will know how the BP_Configurator
Blueprint...