Your IP address will be publicly visible if you make any edits.
Component:CloudValueVariable
Upon being given a valid cloud variable Path and VariableOwnerId, the value in the Value field will be updated to reflect the value of the cloud variable.
More actions
This page contains changes which are not marked for translation.
Component image
CloudValueVariable<T> component as seen in the Scene Inspector
The CloudValueVariable<T> component links the Value of type T on the component to a cloud variable.
For more info on how Cloud Variables work in general, see Cloud Variables.
Upon being given a valid cloud variable Path and VariableOwnerId, the value in the Value field will be updated to reflect the value of the cloud variable. Depending on the value of ChangeHandling and VariableOwnerId, the cloud variable may be updated by writing to the Value field as well.
This updates as fast as reading/writing cloud variables permits. All the restrictions that apply to cloud variables apply to this component, including permissions and world contexts.