A dynamic reference variable is a component that allows storing any reference Type inside the component. The reference is then accessible and changeable via the Dynamic Variables system.
Component image
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
VariableName
|
String | the name of this variable in the Dynamic Variables system. |
Reference
|
IWorldElement | The reference this variable holds. Can set and be changed by the Dynamic Variables system. |
OverrideOnLink
|
Bool | whether this component should write its value to a Dynamic Variable Space Component when it links to the space, updating all child variables with the same name and type. |
Usage
This component can be used as an accessory and setter of the Dynamic Variables system. For more info check the Dynamic Variables page.