Skip to content

USMAssetExporter::FExportArgs

Public Attributes

Name
TWeakObjectPtr< USMBlueprint > Blueprint
FString ExportFullFilePath
FString ExportType
bool bMemoryOnly

Public Attributes Documentation

variable Blueprint

TWeakObjectPtr< USMBlueprint > Blueprint;

[Required] The blueprint to export.


variable ExportFullFilePath

FString ExportFullFilePath;

[Required if bMemoryOnly == false] The file path to write the file to.


variable ExportType

FString ExportType;

[Optional] The export type to use. If not set the type is determined from the ExportFilePath.


variable bMemoryOnly

bool bMemoryOnly = false;

[Optional] Will not write to a file when true. The exporter should provide the object on FinishExport.