Alarm Metrics not bindable in templates?

8.3.4 RC 1, I created a UDT for a Valve object, and that UDT has a very helpful Alarm Metrics folder.

But when using the UDT as a parameter property to a template, none of the alarm metrics appear as bindable properties of the UDT:

(Meta is a folder in the UDT that I created) Is this by design, or a bug?

Stop. Don't use UDT parameter properties. (Like, ever. Lots of forum discussions on why.)

Use a string tagpath property. Use indirect binding everywhere within the template that needs live data, and concatenate the tagpath parameter with the trailing names.

Thanks again Phil, I changed to indirect tags and this seems to work now.

It's kind of ironic; the reason they're not included in the return from a UDT type parameter is very likely one of the biggest reasons we all highly recommend against using UDT Type params altogether, and that is performance impact due to the number of tag subscriptions that might be created. Add to that also the large number of alarm metrics tags, and it would have even more of a performance impact