unreal.TextureFilter

class unreal.TextureFilter

Bases: EnumBase

Texture Filter

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

TF_BILINEAR: TextureFilter

1

TF_DEFAULT: TextureFilter

Use setting from the Texture Group.

Type:

3

TF_NEAREST: TextureFilter

0

TF_TRILINEAR: TextureFilter

2