Hey there (did the forum change recently? I was having trouble getting around, it looks very weird and confusing )
Anyway,
I’m trying to implement some color tinting to have themes in a UI (in 4.15) so for that I needed to make the colored elements all white while leaving the background untouched.
However even though I somehow managed to separate all the background in PS so I can layer them back together in UMG, I am getting a very ugly smudge around the edges of things… so I investigated a bit and it turns out texture filtering is doing that when importing the asset.
If I set it to “Nearest” then all of the blurriness and smudges are gone… however when the interface isn’t the exact size in PIE… basically my circle looks like a hexagon…
Is there some way to make this work better?
Here’s a picture of what I’m talking about, the bottom one is the old single picture colored one, the top one is with separate background and foreground and you can see all of those smudges around the edge.