Navigation
BlueprintAPI > BlueprintAPI/Sculpting
@brief Translates the face landmarks by the given deltas
Requires the character to be added for edit using TryAddObjectToEdit The number of landmark indices and deltas must match
Target is MetaHuman Character Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Character | the character to translate the landmarks for |
| integer | In Landmark Indices | The index of each landmark to be translated |
| vector | In Deltas | the list of translation deltas to apply to each landmark |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |