Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerSampler
Syntax
int32 NumFloatsPerCurve
Remarks
The number of floats per curve value. If this is larger than 1, the remaining floats (after the first one) will be set to 0. So basically we will pad the curve values. The CurveValues float array will contain something like : "0.75, 0.0, 0.0, 0.0" when this is set to 4.