Get Nested Bundle Paths Node¶
The Get Nested Bundle Paths node searches a bundle and any nested bundles, returning the paths to items that match the specified filter.
This is useful for locating typed bundles or values without requiring them to exist at a fixed location within the bundle hierarchy.
Mẹo
This node searches recursively through nested bundles, making it useful for locating typed bundles regardless of where they are stored in the bundle hierarchy.
Đầu Vào (Inputs)¶
- Bundle
Bundle to search.
- Chế Độ [Mode]
Determines which bundle items are matched.
- Toàn Bộ (All):
Return the paths to all items.
- Bundle Type:
Return the paths to typed bundles matching the specified type.
- Kiểu Dữ Liệu (Data Type):
Return the paths to values with the specified data type.
- Pattern Mode Bundle Type
How bundle types are matched.
- Chính Xác (Exact):
Match bundles whose type exactly matches the specified type.
- Wildcard:
Match bundles whose type matches the specified pattern.
The pattern may contain a single wildcard character (
*).
- Bundle Type Bundle Type
Bundle type or pattern to search for.
- Data Type Data Type
Data type of bundle values to search for.
Đầu Ra (Outputs)¶
- Đường Dẫn (Paths)
List of paths to the matching bundle items.