Try Transform
Purpose of the Node
The Try Transform node is designed to attempt to transform the input data type to a specified output data type. It checks the input type and tries to convert it to the desired type if possible. It outputs the transformed data and a boolean indicating whether the transformation was successful.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Type In | The input data to be transformed. | Struct | Array |
Type Out | The desired output data type. | Struct | Array |
Success | Indicates whether the transformation was successful. | Boolean | Normal |