unreal.ReplaceActorPolicy

class unreal.ReplaceActorPolicy

Bases: EnumBase

EReplace Actor Policy

C++ Source:

  • Plugin: USDImporter

  • Module: USDStageImporter

  • File: USDStageImportOptions.h

APPEND: ReplaceActorPolicy

Spawn new actors and components alongside the existing ones

Type:

0

IGNORE: ReplaceActorPolicy

Ignore any conflicting new assets and components, keeping the old ones

Type:

3

REPLACE: ReplaceActorPolicy

Replaces existing actors and components with new ones

Type:

1

UPDATE_TRANSFORM: ReplaceActorPolicy

Update transforms on existing actors but do not replace actors or components

Type:

2