UAssetImportData::UpdateFilenameOnly

Update the filename at the specific specified index.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h

Include

#include "EditorFramework/AssetImportData.h"

Source

/Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp

Syntax

void UpdateFilenameOnly
(
    const FString & InPath,
    int32 Index
)

Remarks

Update the filename at the specific specified index. Will not update the imported timestamp or MD5 (so we can update files when they move).

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