Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the animation sequence that is used during training. Each frame of this anim sequence will contain a training pose.
| Name | GetAnimSequence |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
const UAnimSequence * GetAnimSequence() const
A pointer to the animation sequence used for training.