Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
virtual void SampleGroundTruthPositionsAtFrame
(
int32 FrameIndex,
TArray < FVector3f > & OutPositions
)
Remarks
Sample the positions from the target (ground truth) mesh, at a specific frame.
Parameters
| Name | Description |
|---|---|
| FrameIndex | The frame number to sample the positions at. |
| OutPositions | The array that will receive the resulting vertex positions. This array will automatically be resized internally. |