unreal.DatasmithReimportOptions

class unreal.DatasmithReimportOptions(update_actors=True, respawn_deleted_actors=False)

Bases: unreal.StructBase

Datasmith Reimport Options

C++ Source:

  • Plugin: DatasmithContent

  • Module: DatasmithContent

  • File: DatasmithImportOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • respawn_deleted_actors (bool): [Read-Write] Specifies whether or not to add back Actors you’ve deleted from the current Level

  • update_actors (bool): [Read-Write] Specifies whether or not to update Datasmith Scene Actors in the current Level

property respawn_deleted_actors

[Read-Write] Specifies whether or not to add back Actors you’ve deleted from the current Level

Type

(bool)

property update_actors

[Read-Write] Specifies whether or not to update Datasmith Scene Actors in the current Level

Type

(bool)