IAssetTools::CanExportAssets

Check if specified assets can be exported.

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library