EDatasmithImportAssetConflictPolicy

Windows
MacOS
Linux

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h

Include

#include "DatasmithImportOptions.h"

Syntax

enum EDatasmithImportAssetConflictPolicy
{
    Replace,
    Update,
    Use,
    Ignore,
}

Values

Name

Description

Replace

Replace existing asset with new one

Update

Update existing asset with new values

Use

Use existing asset instead of creating new one

Ignore

Skip new 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