Breakout data value

Parse complex data types in order to access their underlying values

Overview

Most data type in Cloneable hold singular values such as text, true/false, status. However, some data types contain multiple sub-values.

Examples of this include

Bounding Box

Location

Depth Map

Color

Usage

After dragging the component into the builder workspace, click on it to access it's custom options. Select the data type that you want to break out. When the data type is recieved as an input, the componet will output all of the underlying data types in the same output batch

Last updated