Navigation
API > API/Plugins > API/Plugins/USDStageImporter
| Name | EReplaceAssetPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDStageImportOptions.h |
| Include Path | #include "USDStageImportOptions.h" |
Syntax
enum EReplaceAssetPolicy
{
Append,
Replace,
Ignore,
}
Values
| Name | Remarks |
|---|---|
| Append | Create new assets with numbered suffixes |
| Replace | Replaces existing asset with new asset |
| Ignore | Ignores the new asset and keeps the existing asset |