EReplaceActorPolicy

Windows
MacOS
Linux

References

Module

USDStageImporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDStageImportOptions.h

Include

#include "USDStageImportOptions.h"

Syntax

enum EReplaceActorPolicy
{
    Append,
    Replace,
    UpdateTransform,
    Ignore,
}

Values

Name

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss