Get Bundle Item Node¶
The Get Bundle Item node retrieves a value stored inside a bundle using a string path. Bundles are used to group heterogeneous data together, and this node allows accessing individual items from such a structure.
If the requested path does not exist in the bundle, a default value is returned and the Exists output is set to false.
Đầu Vào (Inputs)¶
- Bundle
The input bundle to retrieve data from.
- Đường Đi/Dẫn (Path)
The path identifying the item inside the bundle. Paths are written using slash-separated to represent bundles inside other bundles. (for example:
settings/sizeorattributes/color).- Xóa (Remove)
If enabled, the retrieved item is removed from the bundle before it is passed through to the Bundle output.
Tính Chất (Properties)¶
- Loại Ổ Cắm [Socket Type]
The data type of the retrieved item. This determines the type of the Item output socket.
- Hình Dạng (Shape)
Defines the data structure supported by the Item output, such as a Single value, Field, or Grid. The shape determines how the data is evaluated and passed through the node network.
This option is available in the Sidebar.
Đầu Ra (Outputs)¶
- Bundle
The resulting bundle after optionally removing the retrieved item.
- Phần Tử (Item)
The value retrieved from the bundle at the specified path. If the path does not exist, this outputs the default value for the selected socket type.
- Tồn Tại [Exists]
Outputs True if an item was found at the given path, otherwise False.