2D Spritesheets (png with glow) #Question #UE4-27

Hello everyone!

I’m new to UE.

Task: to make a pack of elements.

From After Effects I export sprites in png format, the glow effect is also inside png. They look good. But in UE, it looks like in the video. Everything is blurring. How to fix it correctly? Please help me!

P.S. The same sprites looks good in Unity.





the default base material for sprites is a masked material.
go find the material. its named DefaultSpriteMaterial. duplicate it. edit your material and change from masked to transluscent. replace the sprite material with the one you created.

Thanks for the advice! I tried to do what you said. But it doesn’t work. The same thing.

I also forgot to say that TranslucentUnlitSpriteMaterial was applied to the elements in the video. Any other ideas?