unreal.InterchangePhysicsAssetFactoryNode

class unreal.InterchangePhysicsAssetFactoryNode(outer=None, name='None')

Bases: unreal.InterchangeBaseNode

Interchange Physics Asset Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangePhysicsAssetFactoryNode.h

get_custom_skeletal_mesh_uid() str or None

Get skeletalMesh asset Uid used to create the data in the post pipeline step.

Returns

attribute_value (str):

Return type

str or None

get_object_class()

Get the class this node want to create

Return type

type(Class)

initialize_physics_asset_node(unique_id, display_label, asset_class) None

Initialize node data param:: UniqueID - The uniqueId for this node

Parameters
  • unique_id (str) –

  • display_label (str) – The name of the node

  • asset_class (str) – The class the Skeleton factory will create for this node.

set_custom_skeletal_mesh_uid(attribute_value) bool

Set skeletalMesh asset Uid used to create the data in the post pipeline step.

Parameters

attribute_value (str) –

Return type

bool