UAssetExportTask

Contains data for a group of assets to import

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AssetExportTask.h

Include

#include "AssetExportTask.h"

Syntax

class UAssetExportTask : public UObject

Remarks

Contains data for a group of assets to import

Variables

Name Description

Public variable

bool

 

bAutomated

Unattended export

Public variable

bool

 

bPrompt

Allow dialog prompts

Public variable

bool

 

bReplaceIdentical

Replace identical files

Public variable

bool

 

bSelected

Export selected only

Public variable

bool

 

bUseFileArchive

Save to a file archive

Public variable

bool

 

bWriteEmptyFiles

Write even if file empty

Public variable

TArray< FString...

 

Errors

Array of error messages encountered during exporter

Public variable

UExporter *

 

Exporter

Optional exporter, otherwise it will be determined automatically

Public variable

FString

 

Filename

File to export as

Public variable

TArray< UObject...

 

IgnoreObjectList

Array of objects to ignore exporting

Public variable

UObject *

 

Object

Asset to export

Public variable

UObject *

 

Options

Exporter specific options

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