Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the settings that have been configured inside the Training Data Processor tool. These settings are stored as part of the ML Deformer model. When this hasn't been set up it will return a nullptr.
| Name | GetTrainingDataProcessorSettings |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
UMLDeformerTrainingDataProcessorSettings * GetTrainingDataProcessorSettings() const
A pointer to the training data processor settings, or a nullptr in case no settings have been setup before.