Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/UMLDeformerTrainingModel
Description
Check whether we need to resample the inputs and outputs, or if we can use a cached version. This will return true if any inputs changed, that indicate that we should regenerate any cached data.
| Name | GetNeedsResampling |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerTrainingModel.h |
| Include Path | #include "MLDeformerTrainingModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerTrainingModel.cpp |
UFUNCTION (BlueprintCallable, Category="Training Data")
bool GetNeedsResampling() const
Returns true when we need to regenerate any cached data, otherwise false is returned.