UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AssetExportTask.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
UObject/ObjectMacros.h
"
7
#include "
UObject/Object.h
"
8
#include "AssetExportTask.generated.h"
9
13
UCLASS
(
Transient
, BlueprintType, MinimalAPI)
14
class
UAssetExportTask
:
public
UObject
15
{
16
GENERATED_BODY
()
17
18
public
:
20
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
21
TObjectPtr
<
UObject
>
Object
;
22
24
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
25
TObjectPtr
<class
UExporter
> Exporter;
26
28
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
29
FString Filename;
30
32
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
33
bool
bSelected;
34
36
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
37
bool
bReplaceIdentical;
38
40
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
41
bool
bPrompt;
42
44
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
45
bool
bAutomated;
46
48
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
49
bool
bUseFileArchive;
50
52
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
53
bool
bWriteEmptyFiles;
54
56
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
57
TArray
<
TObjectPtr
<
UObject
>> IgnoreObjectList;
58
60
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
61
TObjectPtr
<
UObject
> Options;
62
64
UPROPERTY
(BlueprintReadWrite, Category =
Miscellaneous
)
65
TArray
<FString> Errors;
66
};
EAudioParameterType::Object
@ Object
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EPackageAutoSaveType::Transient
@ Transient
ObjectMacros.h
UPROPERTY
#define UPROPERTY(...)
UObject definition macros.
Definition
ObjectMacros.h:744
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
Object.h
TArray
Definition
Array.h:670
UAssetExportTask
Definition
AssetExportTask.h:15
UExporter
Definition
Exporter.h:23
UObject
Definition
Object.h:95
TObjectPtr
Definition
ObjectPtr.h:488
Engine
Source
Runtime
Engine
Public
AssetExportTask.h
Generated by
1.9.8