Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Mesh
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFactoryBase
- UInterchangeSkeletonFactory
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Mesh/InterchangeSkeletonFactory.h |
| Include | #include "Mesh/InterchangeSkeletonFactory.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeSkeletonFactory : public UInterchangeFactoryBase
Overridden from UInterchangeFactoryBase
| Type | Name | Description | |
|---|---|---|---|
| FImportAssetResult | BeginImportAsset_GameThread
(
const FImportAssetObjectParams& Arguments |
Override it to import/re-import source data and configure the properties synchronously. | |
| EInterchangeFactoryAssetType | Return the asset type this factory can create. | ||
| UClass * | Return the UClass this factory can create. |