unreal.InterchangeGroomComponentFactoryNode

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

Bases: InterchangeSceneComponentFactoryNode

Interchange Groom Component Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeGroomComponentFactoryNode.h

get_groom_binding_dependency_uid() str or None

Get the groom binding asset to apply on the groom component

Returns:

attribute_value (str):

Return type:

str or None

get_groom_dependency_uid() str or None

Get the groom asset to apply on the groom component

Returns:

attribute_value (str):

Return type:

str or None

set_groom_binding_dependency_uid(attribute_value) bool

Set the groom binding asset to apply on the groom component

Parameters:

attribute_value (str)

Return type:

bool

set_groom_dependency_uid(attribute_value) bool

Set the groom asset to apply on the groom component

Parameters:

attribute_value (str)

Return type:

bool