unreal.TextureFilter

class unreal.TextureFilter

Bases: unreal.EnumBase

Texture Filter

C++ Source:

  • Module: Engine

  • File: Texture.h

TF_BILINEAR

1

TF_DEFAULT

Use setting from the Texture Group.

Type

3

TF_NEAREST

0

TF_TRILINEAR

2