How do I convert a texture2D to a sprite in Blueprint?

I’m planning to allow users to users to upload photos into a 2D HTML5 game and I plan to convert those photos to sprites so I can display them in the game…

When I try using the Download Image function in Blueprint, I get a Texture2D. I can’t a find function to convert a texture2D into a sprite so that I can change existing sprites in my level (or place a new one with the new picture).

1 Like