Unbox
Core
The Unbox
node allows casting an input Object (Type) to a certain ValueType. Only works if the input Object is actually storing an instance of ValueType.
Inputs
Input (Object (Type))
The object we want to unbox.
Outputs
* (Generic)
The unboxed object value of some value type.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.