Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphModelInstance
- UMLDeformerModelInstance::SetCurveValues()
- UNeuralMorphModelInstance::SetCurveValues()
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphModelInstance.h |
| Include | #include "NeuralMorphModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphModelInstance.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. |