unreal.HairAdvancedRenderingSettings

class unreal.HairAdvancedRenderingSettings(use_stable_rasterization=False, scatter_scene_lighting=False)

Bases: unreal.StructBase

Hair Advanced Rendering Settings

C++ Source:

  • Plugin: HairStrands

  • Module: HairStrandsCore

  • File: GroomAssetRendering.h

Editor Properties: (see get_editor_property/set_editor_property)

  • scatter_scene_lighting (bool): [Read-Write] Light hair with the scene color. This is used for vellus/short hair to bring light from the surrounding surface, like skin.

  • use_stable_rasterization (bool): [Read-Write] Insure the hair does not alias. When enable, group of hairs might appear thicker. Isolated hair should remain thin.

property scatter_scene_lighting

[Read-Only] Light hair with the scene color. This is used for vellus/short hair to bring light from the surrounding surface, like skin.

Type

(bool)

property use_stable_rasterization

[Read-Only] Insure the hair does not alias. When enable, group of hairs might appear thicker. Isolated hair should remain thin.

Type

(bool)