Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetExportTask
- USequencerExportTask
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 export
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutomated | Unattended export | |
| bool | bPrompt | Allow dialog prompts | |
| bool | bReplaceIdentical | Replace identical files | |
| bool | bSelected | Export selected only | |
| bool | bUseFileArchive | Save to a file archive | |
| bool | bWriteEmptyFiles | Write even if file empty | |
| TArray< FString > | Errors | Array of error messages encountered during exporter | |
| TObjectPtr< class UExporter > | Exporter | Optional exporter, otherwise it will be determined automatically | |
| FString | Filename | File to export as | |
| TArray< TObjectPtr< UObject > > | IgnoreObjectList | Array of objects to ignore exporting | |
| TObjectPtr< UObject > | Object | Asset to export | |
| TObjectPtr< UObject > | Options | Exporter specific options |