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 SampleGroundTruthPositions
&40;
float SampleTime,
TArray< FVector3f > & OutPositions
&41;
Remarks
Sample the positions from the target (ground truth) mesh, at a specific time (in seconds).
Parameters
| Name | Description |
|---|---|
| SampleTime | The time to sample the positions at, in seconds. |
| OutPositions | The array that will receive the resulting vertex positions. This array will automatically be resized internally. |