Components
UMG component subclasses — typically thin extensions on stock widgets that add no-broadcast setters or fill in missing engine APIs. Mirrors the layout of NexusUI/Public/Components/.
ListView
A UCommonListView subclass that hands each generated entry widget back its owning list, with a weak reference-object slot for stashing context.
CheckBox
An extension on the UMG UCheckBox which adds functionality to set its value without broadcasting / triggering events, or so we thought.
ComboBox String
An extension on the UMG UComboBoxString which adds functionality to set its selected option or index without broadcasting / triggering events.
Slider
An extension on the UMG USlider which adds functionality to set its value without broadcasting / triggering events.
SpinBox
An extension on the UMG USpinBox which adds functionality to set its value without broadcasting / triggering events.