unreal.MaterialExpressionStrataSlabBSDF

class unreal.MaterialExpressionStrataSlabBSDF(outer: Object | None = None, name: Name | str = 'None')

Bases: MaterialExpressionStrataBSDF

Material Expression Strata Slab BSDF

C++ Source:

  • Module: Engine

  • File: MaterialExpressionStrata.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • material_expression_editor_x (int32): [Read-Write]

  • material_expression_editor_y (int32): [Read-Write]

  • subsurface_profile (SubsurfaceProfile): [Read-Write] SubsurfaceProfile, for Screen Space Subsurface Scattering. The profile needs to be set up on both the Substrate diffuse node, and the material node at the moment.

  • use_sss_diffusion (bool): [Read-Write] Whether to use light diffusion (i.e., SSS diffusion) or wrap-approximation for material with scattering behavior. This option trades quality over performance and will result into visual differences.

property subsurface_profile: SubsurfaceProfile

[Read-Only] SubsurfaceProfile, for Screen Space Subsurface Scattering. The profile needs to be set up on both the Substrate diffuse node, and the material node at the moment.

Type:

(SubsurfaceProfile)