Change properties of existing devices?

Hello, I am new to this UEFN and I am making a map, in this I have a movement modulator and I want to make it possible to change the speed it gives, manually for example that it is at 1 but in the code for example either by clicking on an interface button and changing it for example to 1.75, 2 or 3 depending on which one you click, I have tried a few things but nothing, so I have the question of whether it is possible to change the properties of the devices that are already placed

Thanks in advance

Hey MagmaSKV,

No unfortunately the speed can’t be changed ingame (maybe with verse) there are no event functions for speed change.

You may be possibly able to stack a few on each other, set to different speeds.
Each movement modulator would then need to have its Enable funtion pointing to one switch and Disable function linked to the other buttons.

That way each button enables one speed and disables the other speeds