isAlarmActive inside a UDT

I’d like to create an Alarm tag inside my UDT to check for any alarms that are active inside my UDT,
The Alarms Folder contains bools that all have alarming.
How should this expression look?

Try this:

isAlarmActive("[.]ALARMS/*")

Thank you, Now I’m wondering if there is a method of obtaining the alarmActive condition depending on the priority level of the alarms, any ideas?