Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Interface for classes handling the processing of bulk import operations. The only supported implementation is for Quixel Bridge to handle the "re-import all MetaHumans" operation.
| Name | IMetaHumanBulkImportHandler |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Import/MetaHumanImport.h |
| Include Path | #include "Import/MetaHumanImport.h" |
Syntax
class IMetaHumanBulkImportHandler
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMetaHumanBulkImportHandler() |
Import/MetaHumanImport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoBulkImport
(
const TArray< FString >& MetaHumanIds |
This is an asynchronous operation. | Import/MetaHumanImport.h |