I often have UI elements whose value the user sets which are then packaged up and sent to some subsystem as a block. I can trivially bundle them into a cluster (just drop a bundle node) and even make that a typedef (after wiring, create constant and then right click on that and choose Make Typedef).
But raw clusters are almost never found in my code. Making a class to carry the data is much more cumbersome. A shortcut would be useful. Like this:
The operation would create a new class (and, ideally, give me a chance to name it and other settings) and then create the class with an Initialize method and go ahead and wire up those terminals. If any indicators were selected, they'd be included in the private data control but not wired up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.