Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor
| Name | FMetaHumanCharacterAutoRiggingRequestParams |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetaHumanCharacterAutoRiggingRequestParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBlocking | bool | Set to true to make it a blocking request. | MetaHumanCharacterEditorSubsystem.h |
|
| bReportProgress | bool | Weather or not to report the progress of the request in the form of notification items. | MetaHumanCharacterEditorSubsystem.h |
|
| RigType | EMetaHumanRigType | The type of rig to request. | MetaHumanCharacterEditorSubsystem.h |
|