UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Interchange::FImportAsyncHelperData Struct Reference

#include <InterchangeManager.h>

Public Attributes

bool bIsAutomated = false
 
bool bFollowRedirectors = false
 
EImportType ImportType = EImportType::ImportType_None
 
UObjectReimportObject = nullptr
 
ULevelImportLevel = nullptr
 
FString DestinationName
 
bool bReplaceExisting = true
 

Member Data Documentation

◆ bFollowRedirectors

bool UE::Interchange::FImportAsyncHelperData::bFollowRedirectors = false

◆ bIsAutomated

bool UE::Interchange::FImportAsyncHelperData::bIsAutomated = false

◆ bReplaceExisting

bool UE::Interchange::FImportAsyncHelperData::bReplaceExisting = true

Whether or not to overwrite existing assets.

◆ DestinationName

FString UE::Interchange::FImportAsyncHelperData::DestinationName

Optional custom name for the import.

◆ ImportLevel

ULevel* UE::Interchange::FImportAsyncHelperData::ImportLevel = nullptr

◆ ImportType

EImportType UE::Interchange::FImportAsyncHelperData::ImportType = EImportType::ImportType_None

◆ ReimportObject

UObject* UE::Interchange::FImportAsyncHelperData::ReimportObject = nullptr

The documentation for this struct was generated from the following file: