unreal.DataprepSetMeshOperation

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

Bases: DataprepOperation

On each actor to process, replace any meshes used with the specified one

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepLibraries

  • File: DataprepOperations.h

Editor Properties: (see get_editor_property/set_editor_property)

  • static_mesh (StaticMesh): [Read-Write] Mesh to use as a substitute

property mesh_substitute: StaticMesh

‘mesh_substitute’ was renamed to ‘static_mesh’.

Type:

deprecated

property static_mesh: StaticMesh

[Read-Write] Mesh to use as a substitute

Type:

(StaticMesh)