Get Scalar parameter value doesn't work on client?

Hello!

I’ve encountered a (bug?) or issue. When trying to retrieve a scalar collection parameter value I get the default value. After updating the value, getting it still gives the initial default value and not the newly updated value. The SET scalar parameter value node works as intended though. Is this a bug or intended design?

On the server:
-Setting the value works
-Getting the value works

On the client:
-Setting the value works
-Getting the value DOESN’T work

if it doesn’t seem to work then try storing the value into a float variable on the client. Then just get that. The problem is probably as intended.

I found the problem. I accidently updated the delta time behind a switch has authority node. I’m an idiot xD