unreal.RuntimeVirtualTextureMaterialType

class unreal.RuntimeVirtualTextureMaterialType

Bases: unreal.EnumBase

Enumeration of virtual texture stack layouts to support. Extend this enumeration with other layouts as required. For example we will probably want to add a displacement texture option. This “fixed function” approach will probably break down if we end up needing to support some complex set of attribute combinations but it is OK to begin with.

C++ Source:

  • Module: Engine

  • File: RuntimeVirtualTextureEnum.h

BASE_COLOR

0

BASE_COLOR_NORMAL_SPECULAR

2

BASE_COLOR_NORMAL_SPECULAR_MASK_Y_CO_CG

Base Color is stored in YCoCg space. This requires more memory but may provide better quality.

Type

4

BASE_COLOR_NORMAL_SPECULAR_Y_CO_CG

Base Color is stored in YCoCg space. This requires more memory but may provide better quality.

Type

3

WORLD_HEIGHT

5