The '''DynamicTypeVariable''' Component is used to define a [[Type:Type|Type]] as the value of a dynamic variable.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|VariableName|String|
|VariableName|String| The name of the variable.
|Value|{{RootFieldType|SyncType}}|TypeAdv1=true|
|Value|{{RootFieldType|SyncType}}|TypeAdv1=true| The value of the dynamic variable that keeps in sync with the variable's valye.
|OverrideOnLink|Bool|
|OverrideOnLink|Bool| Whether to write the current value of the dynamic variable in a space when it connects to it with the one this component is storing.
}}
}}
== Behavior ==
== Usage ==
For more info on Dynamic Variables and how they work including this type of component, see [[Dynamic Variables]].
== Examples ==
== Examples ==
{{stub}}
== See Also ==
== See Also ==
* [[Dynamic Variables]]
[[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Type Variable]]
[[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Type Variable]]
[[Category:Components{{#translation:}}|Dynamic Type Variable]]
[[Category:Components{{#translation:}}|Dynamic Type Variable]]
[[Category:ComponentStubs]]
Latest revision as of 17:56, 13 November 2024
Component image
Dynamic Type Variable component as seen in the Scene Inspector
The DynamicTypeVariable Component is used to define a Type as the value of a dynamic variable.