Docs correction

Thanks for the correction!

In this case either of those will work. SetVariable will replace the entire SharedVariable object, whereas SetVariableValue will only set the value of the SharedVariable. In the docs example at the end I am getting the entire variable so that's why I used SetVariable instead of SetVariableValue.
 
Top