Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
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/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Factory")
virtual bool GetSourceFilenames
(
const UObject * Object,
TArray < FString > & OutSourceFilenames
) const