Navigation
Unreal Engine C++ API Reference > Developer > AssetTools > IAssetTools
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
Include | #include "IAssetTools.h" |
bool CanExportAssets ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & AssetsToExport ) const
Remarks
Check if specified assets can be exported. true if all assets specified can be exported
Parameters
Name | Description |
---|---|
AssetsToExport | List of assets to export |