Access UDT memeber meta data inside of template

Hi
I want to access EngUnit metadata of one of my member UDT in a template but browsing UDT inside template only bring TagName and tagPath.
How Can I reach them?

In Vision you can use TemplateName.UDTTemplateParameter::Meta.TagName, how can use the same approach for perspective?

It is not possible you have to pass tagpath instead and use indirect tag binding

You can read that property from the tag itself
tagpath.EngUnit

2 years later, didn’t see that part… You probably know this by now haha

Yes of course, but the meta data that come in Vision lost in perspectives. I miss the way we simple select and use direct it in template.