I would like A Slider to give a value on Play without the need of interacting with it, does anyone have an answer to this?
Here is my setup:
The value of the slider is set to 0,1
The Event Graph
On Play Value is 0
I would like A Slider to give a value on Play without the need of interacting with it, does anyone have an answer to this?
Here is my setup:
The value of the slider is set to 0,1
The Event Graph
On Play Value is 0
It works for me .
Seems to me you are setting the property elsewhere, or you have a modified slider with the property being Transient or something.
Hey @ATGustavsson!
I hate to be that guy, but did you try connecting the event to the output?
Thank you, Creating Get Slider and Get Value made it work for me, with an Event Tick
@Mind-Brain
Connecting the Event on value changed to print text did not make it work for me