IAssetTools::ExportAssets

Exports the specified objects to file.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

void ExportAssets
(
    const TArray< FString > & AssetsToExport,
    const FString & ExportPath
)

Remarks

Exports the specified objects to file.

Parameters

Parameter

Description

AssetsToExport

List of full asset names (e.g /Game/Path/Asset) to export

ExportPath

The directory path to export to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss