Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/UMLDeformerGeomCacheTrainingMode-
Description
Find the next input animation to sample from. This is an index inside the training input animations list. This assumes the SampleAnimIndex member as starting point. The method does not modify this member directly, unless passed in as parameter.
Virtual Inheritance
- UMLDeformerTrainingModel::FindNextAnimToSample → UMLDeformerGeomCacheTrainingModel::FindNextAnimToSample
| Name | FindNextAnimToSample |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheTrainingModel.h |
| Include Path | #include "MLDeformerGeomCacheTrainingModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerGeomCacheTrainingModel.cpp |
virtual bool FindNextAnimToSample
(
int32 & OutNextAnimIndex
) const
Returns true when we found our next animation to sample. Returns false when we already sampled everything.
Parameters
| Name | Remarks |
|---|---|
| OutNextAnimIndex | The next animation index to sample from when we take our next sample. |