unreal.InterchangeSceneComponentFactoryNode

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

Bases: InterchangeFactoryBaseNode

TODO: move to its own file.

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeSceneComponentFactoryNodes.h

add_component_uid(component_uid) bool

Add Component Uid

Parameters:

component_uid (str)

Return type:

bool

get_component_uids() Array[str]

Get Component Uids

Returns:

out_component_uids (Array[str]):

Return type:

Array[str]

get_custom_component_visibility() bool or None

Get Custom Component Visibility

Returns:

attribute_value (bool):

Return type:

bool or None

get_custom_local_transform() Transform or None

Get Custom Local Transform

Returns:

attribute_value (Transform):

Return type:

Transform or None

set_custom_component_visibility(attribute_value) bool

Set Custom Component Visibility

Parameters:

attribute_value (bool)

Return type:

bool

set_custom_local_transform(attribute_value) bool

Set Custom Local Transform

Parameters:

attribute_value (Transform)

Return type:

bool