Navigation
Unreal Engine C++ API Reference > Plugins > USDStageImporter
References
Module | USDStageImporter |
Header | /Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDStageImportOptions.h |
Include | #include "USDStageImportOptions.h" |
Syntax
enum EReplaceAssetPolicy
&123;
Append,
Replace,
Ignore,
&125;
Values
Name | Description |
---|---|
Append | Create new assets with numbered suffixes |
Replace | Replaces existing asset with new asset |
Ignore | Ignores the new asset and keeps the existing asset |