Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
void SetResamplingInputOutputsNeeded
(
bool bNeeded
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| bNeeded | Set to true to mark that inputs or other cached data need resampling. |