Changes dont changing (modular vehicle plug in)

hi everyone, im making FPS sandbox game with vehicle constructor, so ive added mechanics to add wheel to base and it actually works, wheel has suspension and fully driveable, but theres a problem, i want to player can change some checks in component in realtime, like player setted up wheel and changed it steering ability, so ive added ability to do this by interaction menu, but theres a problem:

as you can see check changes and bool text changes too, theres text workflow:

theres change workflow:

and info getter for interact menu:

BUT this does NOT makes any change! wheel keep steering or not steering (as it was set on spawn) whatever i clicked!

by the way, by some reason when i set all parameters while spawn wheel and suspension components, it actually makes change in comps behavior (truthly i want to make parameters spawn settable, but i need VS to this)



Processing: изображение.png…

ill be glad for any help, thanks

you need to add the whole component, starting from geometry. and then update the cluster with a zero bone array. disabling is done simply by deleting from the cluster