IAssetTools::ExportAssetsWithDialog

Exports the specified objects to file.

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

References

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

Remarks

Exports the specified objects to file. First prompting the user to pick an export directory and optionally prompting the user to pick a unique directory per 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