Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Check whether this model currently has a training mesh setup or not. For example if there is say a GeometryCache as target mesh, it could check whether that property is a nullptr or not.
| Name | HasTrainingGroundTruth |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual bool HasTrainingGroundTruth() const
Returns true when the training target mesh has been selected, otherwise false is returned.