Navigation
API > API/Plugins > API/Plugins/USDExporter > API/Plugins/USDExporter/ULevelExporterUSDOptions
Syntax
UPROPERTY (VisibleAnywhere, BlueprintReadOnly, Category=Hidden)
TWeakObjectPtr < UAssetExportTask > CurrentTask
Remarks
We temporarily stash our export task here as a way of passing our options down to the Python exporter, that does the actual level exporting. This is weak because we often use the CDO of this class directly, and we never want to permanently hold on to a particular export task