Verse UI Text Block Gets Overlapped By Images Displayed by HUD Message Devices

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

UI/Tools

Summary

Text block widgets created in verse will be overlapped by images that are contained in a Widget Blueprint that is displayed by a HUD Message Device.

Changing the ZOrders does not seem to fix this. The order that the widgets are displayed also does not fix this.

Text buttons created in verse do properly overlap the images, which makes me think text blocks should too

Steps to Reproduce

  1. Create a Widget Blueprint that contains an image
  2. Assign that widget to a HUD Message Device
  3. In verse, first display the HUD message device
  4. Next, create a text block widget that would overlap with the displayed image
  5. Display the text block widget

Expected Result

The text block should display over the image.

Observed Result

The text block widget will be overlapped by the image

Platform(s)

PC

Did you find a solution to this? I’m having this same issue

My current workaround is to use the SetText() function of the HUD Message Device. You can map the SetText() to a text block on your widget blueprint

1 Like

The status of FORT-745918 incident has been moved from ‘Ready for QA’ to ‘Closed’. Resolution Reason: ‘By Design’

How did you configure the widget blueprint for that to work?