USMAssetExporter::FExportArgs¶
Public Attributes¶
| Name | |
|---|---|
| TWeakObjectPtr< USMBlueprint > | Blueprint |
| FString | ExportFullFilePath |
| FString | ExportType |
| bool | bMemoryOnly |
Public Attributes Documentation¶
variable Blueprint¶
[Required] The blueprint to export.
variable ExportFullFilePath¶
[Required if bMemoryOnly == false] The file path to write the file to.
variable ExportType¶
[Optional] The export type to use. If not set the type is determined from the ExportFilePath.
variable bMemoryOnly¶
[Optional] Will not write to a file when true. The exporter should provide the object on FinishExport.