Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetImportData
Description
Add a filename at the specific index. Will update the imported timespan and MD5. It will also add in between with empty filenames
| Name | AddFileName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h |
| Include Path | #include "EditorFramework/AssetImportData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp |
void AddFileName
(
const FString & InPath,
int32 Index,
FString SourceFileLabel
)