Navigation
API > API/Plugins > API/Plugins/InterchangeEditor
Inheritance Hierarchy
- UObject
- UInterchangeAssetImportDataConverterBase
- UInterchangeFbxAssetImportDataConverter
References
| Module | InterchangeEditor |
| Header | /Engine/Plugins/Interchange/Editor/Source/InterchangeEditor/Public/InterchangeFbxAssetImportDataConverter.h |
| Include | #include "InterchangeFbxAssetImportDataConverter.h" |
Syntax
UCLASS ()
class UInterchangeFbxAssetImportDataConverter : public UInterchangeAssetImportDataConverterBase
Overridden from UInterchangeAssetImportDataConverterBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanConvertClass
(
const UClass* SourceClass, |
Converter must return which class they can convert to and from UInterchangeAssetImportData. | |
| bool | ConvertImportData
(
UObject* Asset, |
Convert the asset import data from the one that is in the Object to one that supports the target extension (for example, legacy FBX to Interchange or vice-versa) The function should return true only if it has converted the asset import data, or false otherwise. | |
| bool | ConvertImportData
(
const UObject* SourceImportData, |
Convert the asset import data from the source to the destination. |