IAssetTools::ExpandDirectories

Expands any folders found in the files list, and returns a flattened list of destination paths and files.

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void ExpandDirectories
(
    const TArray< FString > & Files,
    const FString & DestinationPath,
    TArray< TPair< FString, FString >> & FilesAndDestinations
) const

Remarks

Expands any folders found in the files list, and returns a flattened list of destination paths and files. Mirrors directory structure.

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