Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Defines whether this model supports bone transforms as input or not. On default this is set to return true as most models have bone rotations as inputs to the neural network.
| Name | DoesSupportBones |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual bool DoesSupportBones() const
Returns true when this model supports bones, or false otherwise.