Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetImportData
Description
This function is call when we duplicate asset import data and assign the new copy to a new asset type.
- A use case is when we convert static mesh to skeletal mesh, Interchange need to change the pipeline context for the new asset type so we show the correct properties in the re-import dialog.
| Name | ConvertAssetImportDataToNewOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h |
| Include Path | #include "EditorFramework/AssetImportData.h" |
virtual bool ConvertAssetImportDataToNewOwner
(
UObject * Owner
)