unreal.ReplaceAssetPolicy¶
- class unreal.ReplaceAssetPolicy¶
Bases:
EnumBaseEReplace Asset Policy
C++ Source:
Plugin: USDImporter
Module: USDStageImporter
File: USDStageImportOptions.h
- APPEND: ReplaceAssetPolicy = Ellipsis¶
Create new assets with numbered suffixes
- Type:
0
- IGNORE: ReplaceAssetPolicy = Ellipsis¶
Ignores the new asset and keeps the existing asset
- Type:
2
- REPLACE: ReplaceAssetPolicy = Ellipsis¶
Replaces existing asset with new asset
- Type:
1