EReplaceAssetPolicy

Windows
MacOS
Linux

References

Module

USDStageImporter

Header

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

Include

#include "USDStageImportOptions.h"

Syntax

enum EReplaceAssetPolicy
{
    Append,
    Replace,
    Ignore,
}

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

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