Slider
- Base:
- USlider
- Type:
- UNSlider
- Header File:
- NexusUI/Public/Components/NSlider.h

An extension on the UMG USlider which adds functionality to set its value without broadcasting / triggering events.
UFunctions​
Set Value (No Broadcast)​
/**
* Set the value of the USlider without triggering exposed event bindings.
* @param NewValue The new value.
*/
void SetValue_NoBroadcast(const float NewValue);