Store Bundle Item Node

Store Bundle Item Node

The Store Bundle Item node writes a value into a bundle at a specified path. If an item already exists at the given path, it is replaced. If the path does not exist, it is created automatically.

This node is commonly used to build or modify bundles incrementally, allowing heterogeneous data to be grouped and passed through node networks.

Đầu Vào (Inputs)

Bundle

The input bundle to store data into.

Đường Đi/Dẫn (Path)

The path identifying where the item will be stored inside the bundle. Paths are written using slash-separated to represent bundles inside other bundles. (for example: settings/size or attributes/color).

Phần Tử (Item)

The value to store at the specified path. The data type and structure of this input are defined by the node properties.

Tính Chất (Properties)

Loại Ổ Cắm [Socket Type]

The data type of the Item input. This determines the type of data that can be stored in the bundle.

Hình Dạng (Shape)

Defines the data structure supported by the Item input, such as a Single value, Field, or Grid. The shape determines how the data is evaluated and stored in the bundle.

This option is available in the Sidebar.

Đầu Ra (Outputs)

Bundle

The resulting bundle containing the stored item.