unreal.InterchangeGenericGroomPipeline

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

Bases: InterchangePipelineBase

Interchange Generic Groom Pipeline

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericGroomPipeline.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enable_groom_types_import (bool): [Read-Write] If enabled, allow the import of groom-type assets.

  • frame_end (int32): [Read-Write]

  • frame_start (int32): [Read-Write]

  • groom_asset (SoftObjectPath): [Read-Write] If the groom asset is not imported, provide an existing one against which the groom cache will be validated

  • group_interpolation_settings (HairGroupsInterpolation): [Read-Write] Settings that will be applied to all hair groups in the groom asset

  • import_groom_cache_type (InterchangeGroomCacheImportType): [Read-Write] Groom Cache types to import

  • import_groom_caches (bool): [Read-Write] If enabled, import all groom caches found in the source.

  • import_grooms (bool): [Read-Write] If enabled, import all groom assets found in the source.

  • override_time_range (bool): [Read-Write]

  • pipeline_display_name (str): [Read-Write] The name of the pipeline that will be displayed in the import dialog.

property enable_groom_types_import: bool

[Read-Write] If enabled, allow the import of groom-type assets.

Type:

(bool)

property frame_end: int

[Read-Write]

Type:

(int32)

property frame_start: int

[Read-Write]

Type:

(int32)

property groom_asset: SoftObjectPath

[Read-Write] If the groom asset is not imported, provide an existing one against which the groom cache will be validated

Type:

(SoftObjectPath)

property group_interpolation_settings: HairGroupsInterpolation

[Read-Write] Settings that will be applied to all hair groups in the groom asset

Type:

(HairGroupsInterpolation)

property hair_strands_asset: SoftObjectPath

‘hair_strands_asset’ was renamed to ‘groom_asset’.

Type:

deprecated

property import_groom_cache_type: InterchangeGroomCacheImportType

[Read-Write] Groom Cache types to import

Type:

(InterchangeGroomCacheImportType)

property import_groom_caches: bool

[Read-Write] If enabled, import all groom caches found in the source.

Type:

(bool)

property import_grooms: bool

[Read-Write] If enabled, import all groom assets found in the source.

Type:

(bool)

property override_time_range: bool

[Read-Write]

Type:

(bool)

property pipeline_display_name: str

[Read-Write] The name of the pipeline that will be displayed in the import dialog.

Type:

(str)