Navigation
API > API/Plugins > API/Plugins/USDStageImporter
| |
|
| Name |
EReplaceActorPolicy |
| Type |
enum |
| Header File |
/Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDStageImportOptions.h |
| Include Path |
#include "USDStageImportOptions.h" |
Syntax
enum EReplaceActorPolicy
{
Append,
Replace,
UpdateTransform,
Ignore,
}
Values
| Name |
Remarks |
| Append |
Spawn new actors and components alongside the existing ones |
| Replace |
Replaces existing actors and components with new ones |
| UpdateTransform |
Update transforms on existing actors but do not replace actors or components |
| Ignore |
Ignore any conflicting new assets and components, keeping the old ones |