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