unreal.InterchangeStaticMeshLodDataNode

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

Bases: unreal.InterchangeBaseNode

namespace UE

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeStaticMeshLodDataNode.h

add_mesh_uid(mesh_name) bool

Add Mesh Uid

Parameters

mesh_name (str) –

Return type

bool

get_mesh_uids()

Get Mesh Uids

Returns

out_mesh_names (Array(str)):

Return type

Array(str)

get_mesh_uids_count() int32

Mesh Uids: It can be either a scene or a mesh node uid. If its a scene it mean we want the mesh factory to bake the geo payload with the global transform of the scene node.

Return type

int32

remove_all_meshes() bool

Remove All Meshes

Return type

bool

remove_mesh_uid(mesh_name) bool

Remove Mesh Uid

Parameters

mesh_name (str) –

Return type

bool