A serialized value for a variable established in the RgBlackboard of a ReturnGraph. The generic parameter of this class determines the type of the Value held by the node.
| Property | Description |
|---|---|
| Value | The value represented by the variable. |
| Method | Description |
|---|---|
| SetValue | Sets the value of the variable if its type matches the variable's type, declared by the generic parameter of the class. |
| CopyValue | Copies the value from another RgBlackboardVariable<T> if the other variable's type matches this one. The type is declared by the generic parameter of the class. |