Navigation
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
&40;
const TArray< FString > & AssetsToExport,
const FString & ExportPath
&41;
Remarks
Exports the specified objects to file.
Parameters
Name | Description |
---|---|
AssetsToExport | List of full asset names (e.g /Game/Path/Asset) to export |
ExportPath | The directory path to export to. |