Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeScalarCurve
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarCurve.h |
| Include | #include "MuT/NodeScalarCurve.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/NodeScalarCurve.cpp |
void SetKeyFrame
&40;
int index,
float time,
float value,
float in_tangent,
float in_tangent_weight,
float out_tangent,
float out_tangent_weight,
uint8_t interp_mode,
uint8_t tangent_mode,
uint8_t tangent_weight_mode
&41;
Parameters
| Name | Description |
|---|---|
| index | index of the curve, from 0 to GetKeyFrameCount()-1 |