unreal.ReplaceAssetPolicy

class unreal.ReplaceAssetPolicy

Bases: unreal.EnumBase

EReplace Asset Policy

C++ Source:

  • Plugin: USDImporter

  • Module: USDStageImporter

  • File: USDStageImportOptions.h

APPEND

Create new assets with numbered suffixes

Type

0

IGNORE

Ignores the new asset and keeps the existing asset

Type

2

REPLACE

Replaces existing asset with new asset

Type

1