IAssetTools::ExportAssets

Exports the specified objects to file.

Unreal Engine C++ API Reference > Developer > AssetTools > IAssetTools > ExportAssets

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/IAssetTools.h
Include #include "IAssetTools.h"
void ExportAssets
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [UObject](API\Runtime\CoreUObject\UObject\UObject) * > & AssetsToExport,
    const [FString](API\Runtime\Core\Containers\FString) & ExportPath
) const

Remarks

Exports the specified objects to file.

Parameters

Name Description
AssetsToExport List of assets to export
ExportPath The directory path to export to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library