Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Description
Scales the given gizmo. This function updates the character's Face mesh and returns the list of updated gizmo positions
| Name | SetFaceGizmoScale |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSubsystem.cpp |
TArray < FVector3f > SetFaceGizmoScale
(
TNotNull< const UMetaHumanCharacter * > InCharacter,
TSharedRef < const FMetaHumanCharacterIdentity::FState > InState,
int32 InGizmoIndex,
float InScale,
bool bInSymmetric,
bool bInEnforceBounds
)