UAssetImportTask

Contains data for a group of assets to import

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/AssetImportTask.h

Include

#include "AssetImportTask.h"

Syntax

class UAssetImportTask : public UObject

Remarks

Contains data for a group of assets to import

Variables

Name Description

Public variable

bool

 

bAutomated

Avoid dialogs

Public variable

bool

 

bReplaceExisting

Overwrite existing assets

Public variable

bool

 

bReplaceExistingSettings

Replace existing settings when overwriting existing assets

Public variable

bool

 

bSave

Save after importing

Public variable

FString

 

DestinationName

Optional custom name to import as

Public variable

FString

 

DestinationPath

Path where asset will be imported to

Public variable

UFactory *

 

Factory

Optional factory to use

Public variable

FString

 

Filename

Filename to import

Public variable

TArray< FString...

 

ImportedObjectPaths

Paths to objects created or updated after import

Public variable

UObject *

 

Options

Import options specific to the type of asset

Public variable

TArray< UObject...

 

Result

Imported objects

Constructors

Name Description

Public function

UAssetImportTask()

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