Widget cast to charater variable wont set

I have a character select widget and when you choose a class it changes the char model and sets a bool on character to true, but the bool does not set, it will execute every other function but wont set this one variable? im lost why could this be happening? i even added a function in the character bp which executes and changes the model but still wont set the variable if i add it to this function (it does change the char model but wont set the variable to true)

259773-error.png

It wont set this variable, i even added it into the function which does execute everything else but setting the variable.

ok i solved it.

i needed to set the RPC called which wasnt updating the variable to “run on owning client” - it was set to multicast.