Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set the alignment transform, which is the transform applied to the target mesh vertices, before calculating the deltas.
| Name | SetAlignmentTransform |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetAlignmentTransform
(
const FTransform & Transform
)
Parameters
| Name | Remarks |
|---|---|
| Transform | The transformation to apply. |