unreal.MaterialExpressionStaticComponentMaskParameter
¶
- class unreal.MaterialExpressionStaticComponentMaskParameter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
MaterialExpressionParameter
Material Expression Static Component Mask Parameter
C++ Source:
Module: Engine
File: MaterialExpressionStaticComponentMaskParameter.h
Editor Properties: (see get_editor_property/set_editor_property)
default_a
(bool): [Read-Write] Default Adefault_b
(bool): [Read-Write] Default Bdefault_g
(bool): [Read-Write] Default Gdefault_r
(bool): [Read-Write] Default Rdesc
(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 groupmaterial_expression_editor_x
(int32): [Read-Write] Material Expression Editor Xmaterial_expression_editor_y
(int32): [Read-Write] Material Expression Editor Yparameter_name
(Name): [Read-Write] Parameter Name: The name of the parametersort_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.