unreal.ReplaceAssetPolicy

class unreal.ReplaceAssetPolicy

Bases: EnumBase

EReplace Asset Policy

C++ Source:

  • Plugin: USDImporter

  • Module: USDStageImporter

  • File: USDStageImportOptions.h

APPEND: ReplaceAssetPolicy

Create new assets with numbered suffixes

Type:

0

IGNORE: ReplaceAssetPolicy

Ignores the new asset and keeps the existing asset

Type:

2

REPLACE: ReplaceAssetPolicy

Replaces existing asset with new asset

Type:

1