unreal.MaterialExpressionChannelMaskParameter

class unreal.MaterialExpressionChannelMaskParameter(outer=None, name='None')

Bases: unreal.MaterialExpressionVectorParameter

Material Expression Channel Mask Parameter

C++ Source:

  • Module: Engine

  • File: MaterialExpressionChannelMaskParameter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • channel_names (ParameterChannelNames): [Read-Write] Channel Names

  • default_value (LinearColor): [Read-Write] Default Value

  • desc (str): [Read-Write] Desc: A description that level designers can add (shows in the material editor UI).

  • group (Name): [Read-Write] Group: The name of the parameter Group to display in MaterialInstance Editor. Default is None group

  • mask_channel (ChannelMaskParameterColor): [Read-Write] Mask Channel

  • parameter_name (Name): [Read-Write] Parameter Name: The name of the parameter

  • primitive_data_index (uint8): [Read-Write] Primitive Data Index

  • sort_priority (int32): [Read-Write] Sort Priority: Controls where the this parameter is displayed in a material instance parameter list. The lower the number the higher up in the parameter list.

  • use_custom_primitive_data (bool): [Read-Write] Use Custom Primitive Data