Skip to main content

Slider

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

UNSlider

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);