unreal.TextureMipLoadOptions

class unreal.TextureMipLoadOptions

Bases: EnumBase

ETexture Mip Load Options

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

ALL_MIPS: TextureMipLoadOptions

Load all mips.

Type:

1

DEFAULT: TextureMipLoadOptions

Fallback to the LODGroup settings

Type:

0

ONLY_FIRST_MIP: TextureMipLoadOptions

Load only the first mip.

Type:

2