Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerSampler
Description
Get the current bone rotations that we can feed to a neural network. The number of floats in the buffer equals to NumBones * 6. The six floats represent two columns of the 3x3 rotation matrix of the bone.
| Name | GetBoneRotations |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerSampler.h |
| Include Path | #include "MLDeformerSampler.h" |
const TArray < float > & GetBoneRotations() const
The array of floats that we can pass to the neural network as inputs.