unreal.MaterialExpressionFontSampleParameter

class unreal.MaterialExpressionFontSampleParameter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: MaterialExpressionFontSample

Material Expression Font Sample Parameter

C++ Source:

  • Module: Engine

  • File: MaterialExpressionFontSampleParameter.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • font (Font): [Read-Write] Font: font resource that will be sampled

  • font_texture_page (int32): [Read-Write] Font Texture Page: allow access to the various font pages

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

  • material_expression_editor_x (int32): [Read-Write] Material Expression Editor X

  • material_expression_editor_y (int32): [Read-Write] Material Expression Editor Y

  • parameter_name (Name): [Read-Write] Parameter Name: name to be referenced when we want to find and set thsi parameter

  • 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.