Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Set whether we need to resample inputs or not. This can be used by the training code to determine if we need to resample inputs and outputs, or if some cache can be used. Resampling is generally needed when input assets change, or other specific settings.
| Name | SetResamplingInputOutputsNeeded |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
void SetResamplingInputOutputsNeeded
(
bool bNeeded
)
Parameters
| Name | Remarks |
|---|---|
| bNeeded | Set to true to mark that inputs or other cached data need resampling. |