unreal.DMTextureChannelMask

class unreal.DMTextureChannelMask

Bases: EnumBase

EDMTexture Channel Mask

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterialTextureSet

  • File: DMTextureChannelMask.h

ALPHA: DMTextureChannelMask

8

BLUE: DMTextureChannelMask

4

GREEN: DMTextureChannelMask

2

RED: DMTextureChannelMask

1

RGB: DMTextureChannelMask

7

RGBA: DMTextureChannelMask

15