HUDMessageDevice.SetDisplayTime() is capped at 60s

Summary

When set by Verse using HUDMessageDevice.SetDisplayTime() the maximum time a custom widget will be displayed is 60s.

There is no mention of this limit in the digests.

Setting an arbitrary number directly on the device settings allows for greater than 60s.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

Place a HUD Message Device. Set Show on Round Start = false.
Create a custom Widget Blueprint and assign it to the HUD Message Device.
Create a Verse device that references the HUD Message Device via an @editable.
In Verse, use the Hud Widget Device’s SetDisplayTime() to a value greater than 60.0, and then Show() the HUD Message Device.

Expected Result

The custom widget should display for as long as is set by Verse.

Observed Result

For any duration over 60s, the HUD Message Device automatically hides itself at 60s.

Platform(s)

PC