Class AssetExportTask
Contains data for a group of assets to import
Inheritance
System.Object
AssetExportTask
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: UE4DotNet.dll
Syntax
public class AssetExportTask : UObject
Properties
|
Improve this Doc
View Source
bAutomated
Declaration
public bool bAutomated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bPrompt
Declaration
public bool bPrompt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bReplaceIdentical
Declaration
public bool bReplaceIdentical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bSelected
Declaration
public bool bSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseFileArchive
Declaration
public bool bUseFileArchive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bWriteEmptyFiles
Declaration
public bool bWriteEmptyFiles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static AssetExportTask DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
Exporter
Optional exporter, otherwise it will be determined automatically
Declaration
public Exporter Exporter { get; set; }
Property Value
|
Improve this Doc
View Source
IgnoreObjectList
Array of objects to ignore exporting
Declaration
public ObjectArrayField<UObject> IgnoreObjectList { get; }
Property Value
|
Improve this Doc
View Source
Options
Exporter specific options
Declaration
public UObject Options { get; set; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
UObject
Declaration
public UObject UObject { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static AssetExportTask New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to AssetExportTask)
Convert from IntPtr to UObject
Declaration
public static implicit operator AssetExportTask(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns