Only fire construction script when variable slider released?

I have a fairly complex construction script that includes an exposed variable with slider.

Using the slider while causes the engine to hiccup pretty badly as it is constantly firing the construction script while the slider is being used. Is there a say to only fire the construction script after the slider has been released (a la Run Contruction Script on Drag setting)?

Not sure if that’s even possible but if I may suggest another solution, either add some bool to act as a toggle for constructor or instead using constructor, use custom event with run in editor so you can manually rebuild the actor. It’s not the best solution but it should work.