
This is a color palette widget entirely made in Blueprint/UMG:
May be used to display a color chooser to the user where the list of colors is predefined.
Colors come from either:
- a data table listing all the colors to display in the palette :
- 14 data tables are provided as example, including 9 RAL colors charts (blue, green, grey, orange, red, yellow, purple, brown, black and white)
- a list of colors defined as a widget option
- the list of colors can be automatically calculated as a range of colors from a given hue to a higher hue
Several options available to customize the widget:
- Color slot shapes (square, rounded square, circle)
- Slot styles : flat color, glassy (clear or dark), sketch (New in V1.1.0)
- Color name display in the slot
- Tooltip display
- Display in a grid or in a wrapbox
- Slot padding
- Slot size
- Display a border or not when selected
Bind the OnColorClicked event to get the color selected by the user.
4.25 support requires 4.25.1
- Entirely made in Blueprint and UMG
- Easy to integrate
- Colors comes from data table or may be generated
- Multiple customization options
- RAL data tables provided
- Demo level included for an example of integration
- blueprints count : 19
- input : mouse
- network replicated : No
- supported development platforms : Windows
- supported target build platforms : Windows


