unreal.ExistingActorPolicy

class unreal.ExistingActorPolicy

Bases: unreal.EnumBase

EExisting Actor Policy

C++ Source:

  • Plugin: USDImporter

  • Module: USDImporter

  • File: USDImportOptions.h

IGNORE

Ignore any existing actor with the same name

Type

2

REPLACE

Replaces existing actors with new ones

Type

0

UPDATE_TRANSFORM

Update transforms on existing actors but do not replace actor the actor class or any other data

Type

1