Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerTrainingDataProcessor-
Description
Get the number of frames of all enabled input animations combined. This will ignore disabled input animations. It will try to load the animation sequences and get their number of frames and sum them up.
| Name | GetNumInputAnimationFrames |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerTrainingDataProcessorSettings.h |
| Include Path | #include "MLDeformerTrainingDataProcessorSettings.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerTrainingDataProcessorSettings.cpp |
int32 GetNumInputAnimationFrames() const
The number of frames that would be sampled.