unreal.GroomHairGroupPreview

class unreal.GroomHairGroupPreview(group_id=0, curve_count=0, guide_count=0, interpolation_settings=[])

Bases: unreal.StructBase

Groom Hair Group Preview

C++ Source:

  • Plugin: HairStrands

  • Module: HairStrandsCore

  • File: GroomImportOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • curve_count (int32): [Read-Only] Curve Count

  • group_id (int32): [Read-Only] Group ID

  • guide_count (int32): [Read-Only] Guide Count

  • interpolation_settings (HairGroupsInterpolation): [Read-Write] Interpolation Settings

property curve_count

[Read-Only] Curve Count

Type

(int32)

property group_id

[Read-Only] Group ID

Type

(int32)

property guide_count

[Read-Only] Guide Count

Type

(int32)

property interpolation_settings

[Read-Write] Interpolation Settings

Type

(HairGroupsInterpolation)