Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerModelInstance
- UMLDeformerModelInstance::SetCurveValues()
- UNeuralMorphModelInstance::SetCurveValues()
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModelInstance.h |
| Include | #include "MLDeformerModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerModelInstance.cpp |
virtual int64 SetCurveValues
&40;
float &42; OutputBuffer,
int64 OutputBufferSize,
int64 StartIndex
&41;
Remarks
Set the animation curve values inside a given output buffer, starting from a given StartIndex. The new start index into the output buffer, to be used when you write more data after this.
Parameters
| Name | Description |
|---|---|
| OutputBuffer | The buffer we need to write the weights to. |
| OutputBufferSize | The number of floats inside the output buffer. Can be used to detect buffer overflows. |
| StartIndex | The index where we want to start writing the weights to. |