However when I run the game (using play in new editor window and standalone) the glow is not present:
Is there something I am missing in order to make this effect appear in game or do emissive effects not get applied to materials that are not on a physical mesh?
at first I want to thank you for your answer. In some way this seems to make sense, but I’m a little bit confused about the fact that it was once so easy to apply that. Just that one little ticker box “Use for UI” in the material. But no problem we will grow with the challenges
I already thought about the method of using static images. But the problem with this method rises up, as soon as you want dynamic HUD elements. Something like a pulse animation etc. and even if with the usage of sprites it’s an horrible act while prototyping. Because it isn’t an efficient way of testing my effects.
I’ve also tested the UMG actor component with world-space settings. Two problems there: 1. I still didn’t get any glow/emission 2. I’ve got something like a motion blur on the elements, while moving the camera. (Could be cool if you want something like a “I-am-drunk-effect”)