Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FFactoryCommon
Description
Fills the OutSourceFilenames array with the list of source files contained in the asset source data. Returns true if the operation was successful.
| Name | GetSourceFilenames |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeImportCommon.h |
| Include Path | #include "InterchangeImportCommon.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeImportCommon.cpp |
static bool GetSourceFilenames
(
const UAssetImportData * AssetImportData,
TArray < FString > & OutSourceFilenames
)