IMAGE
The Tagged User Widget is the base class for all widgets that can control values. It has two properties.
- Tag can be used for any differentiation logic between same type of controls and is implemented for e.g., Float Sliders and HDR Color Pickers.
- Can be Randomized enables the randomize functionality for a control inheriting the Tagged User Widget and, if true, tells a hosting Expandable Category to enable its randomize button. The widget inheriting this class can then implement the “Randomize” function to call custom randomization code.