Texture, nearest neighbour filtering?

How do I set this in C++ code? I used UTexture2D::CreateTransient() to create a texture in C++ code. So how do I either tell my C++ texture to :“use nearest” or at least tell it to copy the settings (including filter = nearest) from a texture that I setup in the editor?

1 Like