unreal.GroomHairGroupPreview

class unreal.GroomHairGroupPreview(group_name: Name = 'None', group_id: int = 0, curve_count: int = 0, guide_count: int = 0, interpolation_settings: HairGroupsInterpolation = [])

Bases: 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]

  • group_id (int32): [Read-Only]

  • group_name (Name): [Read-Only]

  • guide_count (int32): [Read-Only]

  • interpolation_settings (HairGroupsInterpolation): [Read-Write]

property curve_count: int

[Read-Only]

Type:

(int32)

property group_id: int

[Read-Only]

Type:

(int32)

property group_name: Name

[Read-Only]

Type:

(Name)

property guide_count: int

[Read-Only]

Type:

(int32)

property interpolation_settings: HairGroupsInterpolation

[Read-Write]

Type:

(HairGroupsInterpolation)