10-04-2007 05:10 PM
10-04-2007 05:38 PM
10-05-2007 04:10 PM
10-08-2007 06:04 AM
10-08-2007 08:36 AM
10-08-2007 08:56 AM
10-08-2007 09:23 AM - edited 10-08-2007 09:23 AM
Message Edited by Jarrod S. on 10-08-2007 09:23 AM
10-08-2007 09:27 AM
10-08-2007
09:48 AM
- last edited on
05-04-2025
06:42 PM
by
Content Cleaner
There are two bundle functions for creating clusters. The function simply called Bundle operates almost exactly like the Build Array function I showed. The type of the output cluster depends on whatever you wire in as inputs. You don't have to supply a specific type parameter.
The function called Bundle by Name takes in a specific type of cluster in the top input and allows you to fill in the values of that specific type of cluster. To create the specific type of cluster you want, you need to create a cluster of string references. Here's how to do that:
Now, if you're making specific types of clusters to work with, now is the absolute best time to learn about typedefs if you haven't already. It will save you hours and hours (if not days) of development time in the future. Trust me! 🙂
10-08-2007 04:59 PM