Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
| Name | FMetaHumanProjectUtilities |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/ProjectUtilities/MetaHumanProjectUtilities.h |
| Include Path | #include "ProjectUtilities/MetaHumanProjectUtilities.h" |
Syntax
class FMetaHumanProjectUtilities
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Copy the MetaHuman version metadata from the Source Object to the Destination Object. | ProjectUtilities/MetaHumanProjectUtilities.h | ||
static void EnableAutomation
(
IMetaHumanImportAutomationHandler* Handler |
Disable UI and enable automation of user input for headless testing. | ProjectUtilities/MetaHumanProjectUtilities.h | |
static TArray< FInstalledMetaHuman > GetInstalledMetaHumans() |
Returns a list of all MetaHumans in the project. | ProjectUtilities/MetaHumanProjectUtilities.h | |
static void ImportMetaHuman
(
const FMetaHumanImportDescription& AssetImportDescription |
Main entry-point used by Quixel Bridge. | ProjectUtilities/MetaHumanProjectUtilities.h | |
static void OverrideVersionServiceUrl
(
const FString& BaseUrl |
Provide the Url for the versioning service to use. | ProjectUtilities/MetaHumanProjectUtilities.h | |
static void SetBulkImportHandler
(
IMetaHumanBulkImportHandler* Handler |
Disable UI and enable automation of user input for headless testing. | ProjectUtilities/MetaHumanProjectUtilities.h |