I never had issues with variables being ignored / not accepted / read wrong.
But sometimes when using categories (moving variables into them, copying them in there etc…) they tend to bug / not update / read wrong.
My last example: Using a finterp node to rotate something on the Z Axis.
Using a float value (1) as input for the InterpSpeed. = rotation was instant, means the input value was ignored or read as 0.
Double checked the default value of my float, clearly set to 1.
Removed the input, set it manually to 1. Works.
Added my input value again, changed the default values back and forth. Still instant rotation, so the input was still ignored or read as 0.
Only after several changes and compiles and honestly a lot of random clicks, unreal eventually read / updated the input value correct.
Are you aware of this? Is there some known workaround for so I get it to work immediately?
Thanks