Generated alarms not showing in AlarmView symbol list

Hi,
I have followed the HMI alarming example in the help documents to create a symbol that displays alarms to the user.
This works fine for alarms defined in the Alarm Server node, but alarms created using the ALM_* function blocks does not seem to show, even though they are visible in the OPC server.
Is it possible to show alarms registered using the ALM_REGISTER function block in an AlarmView symbol list?

The alarms created by the ALM_* function blocks can only be accessed via an OPC UA Alarm Client. The built-in alarm server is a completely independent system and does not show OPC UA alarms.