EExistingActorPolicy

Windows
MacOS
Linux

References

Module

USDImporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDImporter/Public/USDImportOptions.h

Include

#include "USDImportOptions.h"

Syntax

enum EExistingActorPolicy
{
    Replace,
    UpdateTransform,
    Ignore,
}

Values

Name

Description

Replace

Replaces existing actors with new ones

UpdateTransform

Update transforms on existing actors but do not replace actor the actor class or any other data

Ignore

Ignore any existing actor with the same name

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