The idea here is: I have a clock in the bottom right corner of the screen. I would like for this clock image, which is an image element in my HUD widget, to disappear after 5 minutes and have a different image loaded in it’s place. Was wondering the best approach to accomplishing this task.
Are you using UMG or a HUD Blueprint?
I would do it directly within you UGM Blueprint. You could add a timer that calls a given custom event every 5 seconds which will just change the brush of the image:
http://i.imgur.com/9dsN2Tc.jpg
If you want to fade in/our set the timer to non-looping and use a timeline to fade between the images, once your cross-fade is completed set the timer again.
UMG Widget Blueprint
That was perfect! Exactly what I was looking for. Thank you!
^^ Make sure you accept the answer Each time a new comment or answer gets added the HUB un-ticks it
Nice I could help!