unreal.DMMaterialTexture

class unreal.DMMaterialTexture(texture: Texture = Ellipsis, texture_channel: DMTextureChannelMask = 0)

Bases: StructBase

DMMaterial Texture

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterialTextureSet

  • File: DMMaterialTexture.h

Editor Properties: (see get_editor_property/set_editor_property)

  • texture (Texture): [Read-Write]

  • texture_channel (DMTextureChannelMask): [Read-Write]

property texture: Texture

[Read-Write]

Type:

(Texture)

property texture_channel: DMTextureChannelMask

[Read-Write]

Type:

(DMTextureChannelMask)